Logo
Left glowLeft glowLeft glow

Let Your AI Build The Integration

Give your coding assistant one link and it writes the whole thing. Point it at staging while you check the money moves, then change the host and take real payments.

Inner hero visual
Top glow

Live in under an hour

You do not need to read the docs yourself. Give them to the model you already code with and let it write the calls, the webhook handler and the signing.

Copy one link

Everything our API does is written up at docs.aio.cash. That single link is the whole brief.

Hand it to your AI

Claude, Cursor, Copilot, whichever one you already have open. Tell it your stack and paste the link.

Test, then go live

Run it against staging while you check the money moves. Swap two URLs and you are taking real payments.

Two environments, four URLs

Nothing else changes between them. Point your AI at staging first, watch a test payment land, then switch the host.

Staging

Build against this one. Test money, no risk.

Production

Same calls, same signing. Change the host and go.

Dashboard
dash.aio.cash

Docs live at docs.aio.cash. That is the link to give the model.

What developers ask first

Can AI integrate a crypto payment gateway for me?
Yes. The AIO API is documented in full at docs.aio.cash, and that URL is all a coding assistant needs. Give the link to Claude, Cursor, Copilot or whichever model you use, tell it your language and framework, and it writes the pay-in call, the webhook handler and the request signing. Most teams are taking test payments the same afternoon.
How long does it take to integrate AIO?
Under an hour for a working integration on staging. There is one set of endpoints, one signing scheme and one webhook, so there is not much surface to learn. Moving from staging to production is a change of host, not a rewrite.
Do you have a sandbox or test environment?
Yes. Staging runs at dash-t.aio.cash with its API at api-t.aio.cash/v2. Production is dash.aio.cash with api.aio.cash/v2. The calls are identical in both, so you build against staging and switch the host when you are happy.
How do I know a callback really came from AIO?
Every callback is HMAC signed. Your server checks the signature against your secret before it acts on anything, so a forged webhook cannot move an order to paid.

Start This Afternoon

Open an account, copy your keys, and paste docs.aio.cash into whichever assistant you code with. Staging costs nothing and there is no sales call before you build.