Agents
Get Agent
Retrieve a single agent by UUID, including its model, tools, and knowledge store.
GET
Get agent
Every endpoint on this page requires either a Clerk-issued JWT (
Authorization: Bearer <token>) or
an organization API key (x-api-key: pk_…). Anonymous calls return 401 Unauthorized. See
Authentication for the full setup.Code examples
Sample response
Authorizations
Path Parameters
Agent UUID.
Response
Agent detail.
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Example:
"Customer Support Bot"
Example:
"Handles tier-1 customer queries"
Example:
"You are a helpful support agent for Acme Inc."
Example:
"en"
Example:
false
Example:
true
Example:
false
Example:
"org_2abc123"
Example:
"2026-04-28T11:42:11Z"
Example:
"2026-04-28T11:42:11Z"
Get agent