/
AG
agentserver
/
agentserver API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
Admin
15
Agent
16
Auth
5
Codex Browser Sessions
1
Codex Tokens
3
Connectors
5
post
Call an MCP tool on a connected executor
post
List connected executors for the calling workspace
get
Poll a running process's stdout/stderr
post
Write to a running process's stdin
post
Terminate a running process
Exec-Audit
10
IM Channels
9
MCP PATs
4
Misc
18
Sandboxes
8
Workspace API Keys
4
Workspaces
14
Connectors
List connected executors for the calling workspace
post
/api/connectors/envs/list
Response
OK
SdkConnectorEnvsListResponse
required
envs
SdkConnectorEnv[]
Example response
{ "envs": [ { "type": "executor" } ] }
Changes