Conduit is the universal prepaid wallet for the AI ecosystem. Fund once, connect any AI app, and pay only for the tokens you actually use — no more fragmented subscriptions.
Trusted by AI apps everywhere
How it works
Top up your Conduit wallet with any amount. Funds sit there as prepaid credit.
Click 'Connect AI Wallet' in any partner app and set a spending cap.
Apps charge tiny per-token amounts against your balance. One bill, full visibility.
Spend controls
Set a monthly or lifetime spend limit on each connected app. Revoke instantly with one click. Runaway AI agents stop at the wallet, not at your credit card.
Developers
Issue API keys scoped to access groups — bundles of models that key is allowed to call. Rotate without redeploys. Monitor spend in real time.
curl https://api.conduit.dev/v1/chat/completions \
-H "Authorization: Bearer sk-conduit-..." \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4o-mini",
"messages": [{"role":"user","content":"hi"}]
}'