# POST /agent/v1/voice/pricing

**Resource:** [Voice Agent Toolkit](./agent-toolkit-voice.md)  
**MCP tool:** `voice_toolkit_pricing`  
**Scopes:** `agent_toolkit:use`  
**Write operation:** no

Voice agent toolkit (optional, opt-in per agent) — read the workspace live product pricing from the catalogue so the agent never quotes prices from memory. Wire this tool only into agents whose workspace wants pricing shared by voice.

## Request example

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

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