Add AI features without building billing. Point your users at your top-up page — they buy credits like a gift card, your app spends them through one OpenAI-compatible endpoint. You never touch payments.
Codes are redeemed from your dashboard — signing up is free.
AI CREDIT GIFT CARDNo account needed to give. Paste a code to receive.

From $5, always clean amounts. A $10 gift puts exactly $10.00 in the tank — no fees, no shrinkage.
The developer pastes the code into their TokenGift account. The balance lands instantly.
Point the app at the OpenAI-compatible endpoint. Credits draw down automatically as it thinks.

Stripe-hosted checkout, receipts, and fraud protection are built in. You never touch a card number — or write a billing system.

Every credit lives in a double-entry ledger. Watch the tank fill when someone gives, and drain only for what your app actually uses.

OpenAI-compatible endpoint, agent-friendly errors, and credits that even AI agents can check and refuel. Built for the agent era.
Share your public top-up page and you're done. Who fueled you, how much, and what's left — it's all in the dashboard and the API.
# Point your existing OpenAI SDK at TokenGift base_url = "https://api.tokengift.ai/v1" api_key = "tg_live_..." # Every response tells you where you stand TokenGift-Balance: 14.99 TokenGift-Request-Cost: 0.000012 # Out of fuel? The error is the funding prompt { "error": { "type": "insufficient_credits", "top_up_url": "https://tokengift.ai/fuel/your-app" } }