Routegate documentation
One API for airtime and data, routed to the channel most likely to deliver, settled in a ledger you can audit.
Routegate takes one request, scores every channel you have connected, sends it to the one most likely to deliver, fails over inside the same request when that one does not answer, and settles the money in a double-entry ledger.
These pages are written to be read by people and by agents. Every page is available as markdown at its own path plus .md, the whole set is at llms-full.txt, and the shapes are defined once in the OpenAPI spec.
The five minute path
- Get a test key from the dashboard. No approval and no call.
- Send your first vend with an
Idempotency-Key. - Receive the webhook, verify the signature, update your order.
- Swap the key for a live one. Nothing else changes.
Start at the quickstart.
What to read next
| If you want to | Read |
|---|---|
| Make your first call | Quickstart |
| Understand how a channel is chosen | Routing |
| Understand the money | Wallet and ledger |
| Stop a retry becoming a double debit | Idempotency |
| Hand the whole thing to an agent | For agents |