Organizations
Create Agent in Organization
Creates a new agent scoped to the specified organization
POST
Overview
Creates a minimal agent (title, description, external_id) under the given organization. For creating an agent with full configuration (voice, prompts, model, etc.) usePOST /v1/agents instead.
Path Parameters
Organization ID (UUID) to create the agent under
Request Body
Name of the agent (1–255 characters)
Description of what the agent does (max 1000 characters)
External identifier for integration with your systems (max 255 characters)
Response Fields
| Field | Type | Description |
|---|---|---|
id | string (UUID) | ID of the newly created agent |
