/
/agentserver API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
Admin15
Agent16
  • getDiscover agents in the calling agent's workspace (proxy_token auth)
  • postRegister or update an agent capability card
  • getRead messages from the calling agent's inbox
  • postSend a message to another agent's mailbox
  • postRegister an agent (obtain sandbox credentials)
  • postCreate a delegated task (proxy_token auth)
  • getGet a task by ID (proxy_token auth)
  • putUpdate task status (proxy_token auth)
  • getPoll for pending tasks (proxy_token auth)
  • getInspect the calling agent identity (proxy_token auth)
  • getGet a single agent card by sandbox ID
  • getGet a task by ID
  • postCancel a task
  • getList agent cards in a workspace
  • getList delegated tasks for a workspace
  • postCreate a delegated task in a workspace
Auth5
Codex Browser Sessions1
Codex Tokens3
Connectors5
Exec-Audit10
IM Channels9
MCP PATs4
Misc18
Sandboxes8
Workspace API Keys4
Workspaces14
    Agent

    Cancel a task

    post/api/tasks/{id}/cancel

    Path parameters

    idstring required

    Task ID

    Response

    OK

    statusstring required

    Example response

    {
      "status": "cancelled"
    }

    Changes