2026-09-05 The first real calls have been placed: five ended normally, six failed. Here is what broke.

Integrations

What connects to CallAgent today, and what does not.

The list below is not typed by hand. It is read from the same two registries the console runs on, and the providers you cannot select yet are kept separate rather than mixed in with the rest.

CallAgent has 25 ready-made business integrations today, 18 transcription, model and voice providers selectable from an assistant, and 8 storage destinations for recordings. On top of those you can add your own HTTP tools and MCP servers.

§01 Providers

Four families, each with its own number

The transcriber, the model and the voice are chosen per assistant, and a fallback chain moves to the next provider if one fails mid-call. A provider only becomes usable once you add a credential for it in your own organization.

Transcription

12

What turns the caller into text in real time. The language is set per assistant — if you work in Romanian, you set it explicitly.

3 more providers seeded but not opened

Language models

5

What decides what the assistant says and when it calls a tool. Includes an OpenAI-compatible provider for a model you host yourself.

13 more providers seeded but not opened

Speech synthesis

1

What speaks back. Exactly one is connected end to end today; the rest have adapter code written and are not open yet.

16 more providers seeded but not opened

Telephony

1

Where the call comes from. Twilio is the only path proven from number to audio; the rest are in the registry and marked as such.

4 more providers seeded but not opened

§02 Catalogue

Everything that connects, on one list

Providers, business connectors and storage destinations together. Search by name or filter by category. Anything marked "planned" exists as adapter code but cannot be selected from an account yet.

91 results

Airtable

Automation available

Amazon S3

Storage available

Amazon S3 (STS role assumption)

Storage available

Anthropic

Language models available

Anthropic via AWS Bedrock

Language models planned

Anyscale

Language models planned

AssemblyAI

Transcription available

Azure Blob Storage

Storage available

Azure OpenAI

Language models planned

Azure Speech

Transcription planned

Azure Speech

Speech synthesis planned

BYO SIP trunk

Telephony planned

Calendly

Calendars available

CallAgent platform storage

Storage available

Cartesia

Transcription available

Cartesia

Speech synthesis planned

Cerebras

Language models planned

Cloudflare R2

Storage available

Custom OpenAI-compatible LLM

Language models available

Custom transcriber

Transcription planned

Custom voice provider

Speech synthesis planned

Deepgram

Transcription available

Deepgram Aura

Speech synthesis planned

DeepInfra

Language models planned

DeepSeek

Language models planned

DIDWW

Telephony planned

ElevenLabs

Speech synthesis available

ElevenLabs Scribe

Transcription available

Freshdesk

CRM available

Gladia

Transcription available

Gmail

Messaging available

GoHighLevel

CRM available

Google Calendar

Calendars available

Google Cloud Storage

Storage available

Google Gemini

Language models available

Google Sheets

Automation available

Google Speech-to-Text

Transcription planned

Groq

Language models available

HubSpot

CRM available

Hume

Speech synthesis planned

Inflection AI

Language models planned

Intercom

CRM available

Inworld

Speech synthesis planned

Jira

Automation available

Linear

Automation available

LMNT

Speech synthesis planned

Make

Automation available

MCP server

MCP available

Microsoft Dynamics 365

CRM planned

MiniMax

Language models planned

MiniMax

Speech synthesis planned

Mistral

Language models planned

Neuphonic

Speech synthesis planned

Notion

Automation available

OpenAI

Language models available

OpenAI

Transcription available

OpenAI Realtime Transcription

Transcription available

OpenAI TTS

Speech synthesis planned

OpenRouter

Language models planned

Outlook Calendar

Calendars available

Outlook Mail

Messaging available

Perplexity

Language models planned

Pipedrive

CRM available

PlayHT

Speech synthesis planned

Rime AI

Speech synthesis planned

S3-compatible (MinIO, Wasabi, Backblaze B2)

Storage available

Salesforce

CRM planned

Sesame

Speech synthesis planned

Shopify

CRM available

Slack

Messaging available

Smallest AI

Speech synthesis planned

Soniox

Transcription available

Sonix

Transcription available

Speechmatics

Transcription available

Stripe

CRM available

Supabase Storage

Storage available

Talkscriber

Transcription available

Telnyx

Telephony planned

Together AI

Language models planned

Twilio

Telephony available

Twilio SMS

Messaging available

Vonage

Telephony planned

WellSaid Labs

Speech synthesis planned

WhatsApp Business

Messaging available

WooCommerce

CRM available

xAI

Language models planned

xAI

Transcription available

xAI

Speech synthesis planned

Zapier

Automation available

Zendesk

CRM available

Zoho CRM

CRM planned

They sit in the application registry with maturity "not implemented", which means they appear in nobody's selection list. We show them because the adapter existing is a fact and being able to pick it is not.

§03 Your own

If it is not on the list, you write it

Ready-made connectors cover the ordinary cases. Your internal system is not an ordinary case, so an assistant can call any HTTP service you have, with a JSON schema you define and with versioning.

And if you already have an MCP server, you connect it, see the tools it exposes, allow only what is needed and attach them to an assistant. CallAgent is also an MCP server itself.

Your own HTTP tool

A URL, a JSON schema for the arguments, a version. The assistant calls it mid-call and gets the answer back into the conversation.

A connected MCP server

Tool discovery, a permission gate per tool, and refresh. An MCP server is a URL somebody else controls, so it is treated as one.

CallAgent as an MCP server

The console exposes your organization as an MCP server, authenticated with ordinary API keys, so an MCP client can manage assistants and numbers directly.

§04 Storage

Recordings can go to you

Eight storage destinations, all with the adapter installed in this build. You configure it once, it is checked with a real write-and-read probe, and recordings and transcripts are written there.

  • platform
  • s3
  • s3_sts
  • r2
  • azure_blob
  • gcs
  • supabase
  • s3_compatible
§05 Questions

What people ask about integrations

How many integrations does CallAgent have?

Today there are 25 ready-made business connectors, 12 transcription services, 5 language-model providers, one speech provider and 8 storage destinations. The numbers are counted from the application registry each time the page renders rather than typed by hand, so they cannot fall behind.

Why are there providers I cannot select?

Because the adapter is written but the provider is marked "not implemented" in the registry and appears in no selection list. We would rather show the split than publish a large number that implies something else; a name you cannot pick is not an option.

Can I connect my own system?

Yes, through your own HTTP tools with a JSON schema or through an MCP server of your own. You do not need an integration written by us to connect an assistant to your CRM, your ERP or your database.

Can I use my own OpenAI or ElevenLabs keys?

Yes. Add the credential to your organization, the usage lands on your own account with the vendor, and from us you pay only the €0.10 per minute platform margin.

Notes

  1. 1 Providers and their maturity: app/Services/Registry/RegistryData.php. Connectors: app/Services/Integrations/ConnectorRegistry.php. Both are read at render time through App\Support\Site\Inventory.
  2. 2 Storage destinations: app/Enums/Storage/StorageDriver.php. The list contains only the drivers whose package is installed in this build.