Tools
List tools
Get all configured tool actions (functions) in the active workspace.
Get all configured tool actions (functions) in the active workspace.
Authorization
ApiKeyAuth X-API-Key<token>
Voice platform authentication secret. Create one from the API Keys endpoint or your dashboard.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/tools"{ "data": [ { "id": "tool_19ja0s", "name": "book_appointment", "description": "Books an appointment slot in the CRM.", "httpEndpoint": "https://hooks.acme.com/book", "method": "POST", "isActive": true } ]}{ "statusCode": 401, "message": "Unauthorized", "error": "Unauthorized"}Create tool POST
Register a new custom tool that voice agents can trigger over an HTTP webhook mid-call.
Activate the number POST
Complete provisioning after KYC is verified: the number is purchased, assigned to your workspace, and inbound routing is configured so the chosen agent answers calls. Requires job status `kyc_verified` or later.