/
AG
agentserver
/
agentserver API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 7m ago · Updated 1mo ago
Details
Filter operations
Admin
15
Agent
16
get
Discover agents in the calling agent's workspace (proxy_token auth)
post
Register or update an agent capability card
get
Read messages from the calling agent's inbox
post
Send a message to another agent's mailbox
post
Register an agent (obtain sandbox credentials)
post
Create a delegated task (proxy_token auth)
get
Get a task by ID (proxy_token auth)
put
Update task status (proxy_token auth)
get
Poll for pending tasks (proxy_token auth)
get
Inspect the calling agent identity (proxy_token auth)
get
Get a single agent card by sandbox ID
get
Get a task by ID
post
Cancel a task
get
List agent cards in a workspace
get
List delegated tasks for a workspace
post
Create a delegated task in a workspace
Auth
5
Codex Browser Sessions
1
Codex Tokens
3
Connectors
5
Exec-Audit
10
IM Channels
9
MCP PATs
4
Misc
18
Sandboxes
8
Workspace API Keys
4
Workspaces
14
Agent
Poll for pending tasks (proxy_token auth)
get
/api/agent/tasks/poll
Query parameters
sandbox_id
string
Sandbox ID (defaults to token's sandbox)
Response
OK
AgentTaskPollItem[]
required
max_budget_usd
number
max_turns
integer
prompt
string
required
session_id
string
system_context
string
task_id
string
required
Changes