Create an agent
Agents
Create an agent
Creates a new agent in the current project. The identifier must be lowercase alphanumeric with hyphens, starting with a letter (max 50 chars).
POST
Create an agent
Authorizations
API key obtained from the dashboard or GET /user/api-key
Body
application/json
Display name for the agent
Required string length:
1 - 255Example:
"Claude Assistant"
Unique identifier (lowercase, alphanumeric, hyphens)
Pattern:
^[a-z][a-z0-9-]{0,49}$Example:
"claude-assistant"
Identifier of a parent agent for hierarchical relationships. Must reference an existing agent's identifier.
Pattern:
^[a-z][a-z0-9-]{0,49}$Example:
"orchestrator"