WABridges
Docs

Every endpoint, three you'll actually use.

Provision a bridge, send a message, receive a webhook. The rest of the API is there for when you need media, contacts, presence or profile.

Create an account to get an API key

The whole surface

One bearer key, one base path per bridge. These are the calls an agent actually makes.

Authorization: Bearer sk_…
  • POST/api/instancescreate a bridge
  • POST/api/instances/{ref}/proxy/pairlink a phone
  • POST/api/instances/{ref}/proxy/send/textreply
  • GET/api/instances/{ref}/proxy/statusconnected?
  • INhttps://your-app.com/hookevery event

Also here: quickstarts in seven languages, the whole reference as llms-full.txt for an assistant, and the OpenAPI spec for Postman or codegen.

Building with an AI agent?

One prompt for Claude, Cursor or ChatGPT: these docs, the base URL and the conventions that trip agents up the first time. Your key is never included.