# POST /voice-agents

**Resource:** [Agents](./voice-agents.md)  
**MCP tool:** `create_voice_agent`  
**Scopes:** `voice-agents:write`  
**Write operation:** yes

Create a voice agent.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `agent_name` | body | string | yes |  |
| `voice_id` | body | string | no |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/voice-agents"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"agent_name":"...","voice_id":"..."}'
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`