# POST /voice-agents/:agent_id/provision

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

Provision a voice agent that was created as an orphan row.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `agent_id` | path | string | yes |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/voice-agents/:agent_id/provision"   -H "Authorization: Bearer YOUR_API_KEY"
```

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