create_agent
Create a new agent configuration by specifying the model type (voice, chat, SMS, websocket) and connection details.
Instructions
Create a new agent configuration. Specify the model type (voice, chat, SMS, websocket) and connection details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| display_name | Yes | Human-readable name for the agent | |
| model_type | Yes | Type of agent: MODEL_TYPE_VOICE, MODEL_TYPE_CHAT, MODEL_TYPE_SMS, etc. | |
| phone_number | No | Phone number for voice agents (E.164 format) | |
| endpoint | No | Webhook or WebSocket endpoint URL | |
| prompt | No | System prompt or instructions for the agent | |
| metadata | No | Custom metadata for the agent |