The Agents resource provides programmatic access to the same capabilities as Agent Studio. Create agents, update their configuration, assign tools, and manage their lifecycle.
Agent Configuration
An agent's configuration includes:
System prompt — the agent's base instructions and persona
Capability level — what the agent can do (read-only, standard, elevated, autonomous)
Tool assignments — which tools the agent has access to
Knowledge scope — which knowledge layers the agent can read from
Budget — per-interaction token budget
Lifecycle States
| State | Description | |-------|-------------| | active | Agent can receive messages and jobs | | paused | Agent exists but will not accept new work | | archived | Agent is read-only and cannot be activated |
Programmatic vs Studio
Agent configurations created via the Platform API are fully manageable through Agent Studio and vice versa. There is no distinction between agents created through either interface.
Endpoints
GET/v1/agentsComing Soon
List agents
List all agents accessible to the API key. Filter by status or team.
Parameters
Name
Type
In
Required
Description
status
string
query
No
Filter by lifecycle state: active, paused, or archived.