Skip to main content
Trikon Voice exposes a public endpoint to start an outbound call with one of your agents, plus webhooks when calls finish. Everything else — building agents, phone numbers, campaigns, leads, call logs — is done in the app and is covered in the User Guide.

Make a call

POST /api/outbound-call — your agent rings a number and has the conversation.

Webhooks

Receive real-time HTTP POST notifications when calls finish or generate transcripts.

Website embed

Public widget key + script so any enterprise can put the agent on their own site.

Integrations

Cursor, Google AI Studio, n8n, and Zapier — start calls from the tools you already use.

Examples

Sample apps: a column CRM with likes, and an AI appointment booking system.

What you can build with it

  • Call a customer the moment a form is submitted on your website.
  • Trigger a reminder call from your CRM, billing system, or an automation tool such as Zapier or n8n.
  • Add a “call me now” button to your own product.
  • Follow the Examples to ship a column CRM or an AI booking app.

Getting access

Each workspace has one API key. Trikon enables it on the workspace; then Settings → Developer API appears so you can copy or regenerate the key and add a webhook URL. Regenerating replaces the previous key immediately. Keep the key on your server. Pass it as:
Never put your API key in a browser, mobile app, or any client-side code — anyone who has it can make calls that are billed to you. Call the API from your backend only.

Base URL

Your workspace’s Trikon Voice address, for example:
Your Trikon contact confirms the exact host when you are given the key.

Before your first call

You need:
  • An agent whose Call Type is Outbound (how to build one).
  • Its agent ID, which is the last part of the address bar when the agent is open: …/acmeclinic/agents/8f2c….
  • A phone number configured in Settings → Phone Numbers & Telephony (how to add one). Calls go out from your default line.