/
AG
agentserver
/
agentserver API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 10m 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
Update task status (proxy_token auth)
put
/api/agent/tasks/{id}/status
Path parameters
id
string
required
Task ID
Request body
AgentTaskStatusRequest
required
failure_reason
string
num_turns
integer
{"stackTrail":"components:schemas:AgentTaskStatusRequest:properties:result","oasType":"schema","type":"unknown"}
status
string
required
total_cost_usd
number
nullable
Example request
{ "status": "completed" }
Response
OK
Changes