agents

Get Agent

Get agent metadata.

get/agents/{agent_id}

Path parameters

agent_idstring required

Headers

Authorizationstring required

Bearer authentication

Response

Successful Response

idstring required

Stable agent ID (ag_<nanoid>) used for API routing

descriptionstring nullable

Agent description

labsboolean

Whether this agent is in labs

input_schemaobject nullable

Input JSON schema

namestring required

Agent name

output_schemaobject nullable

Output JSON schema

categoriesstring[]

Category IDs for discovery and filtering

cadence'per_chunk' | 'per_fragment' | 'doc_wide' | 'on_demand'

§2.4 session routing cadence (configured in agents.yaml)

Changes