Describe Schema
schemas
Describe Schema
The full JSON Schema of one of the five large request types.
An argument whose description ends in describe_schema('X') carries only a
placeholder for its shape — fetch the real one here before writing it.
AgentConfig— a whole agent definition; whatcreate_agenttakes.AgentOverride— the same tree, every field optional, for one call.AgentTeam— several agents on one call, handing off to each other.TaskConfig— an agent task: inputs, output shape, model stack.ToolOperations— the operation tree a custom tool runs.
These compose, so a document you fetch may itself defer to another.
GET
Describe Schema
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Available options:
AgentConfig, AgentOverride, AgentTeam, TaskConfig, ToolOperations