Documentation / Guides
Using the API & MCP
Automate everything from your own code or an AI agent.
Last updated:
Everything you do in the console you can do from the API, and you can connect an external AI agent over MCP.
API reference#
The API reference tab on this page is generated live from your own account: every endpoint with its parameters, request/response models, code snippets in several languages, and a Try it runner that calls your real API host with a pasted key. It always matches what your account can do.
API keys#
Create and manage keys under Developer → API keys. Send them as a Bearer token. Keep them secret; rotate if exposed.
MCP#
The MCP tab gives you a connection URL and a ready-to-paste client config so an AI assistant can create, configure, and inspect your agents on your behalf, using your key, scoped to your account.
Custom tools#
Give an agent your own HTTP endpoints to call mid-call (order lookup, booking). These are added via the API and appear read-only in the console. See Agent tools → Custom tools.
API address
Requests go to:
https://api.voiceland.ai/v1
Create a key in the console and send it as an Authorization header in Bearer form.