Now in early access

Stop paying for
your users' AI

One wallet for users. One free AI gateway for developers.

AI should work like a utility — the people using it pay for it, at cost.

Wind moves the cost of AI from your API bill to your users' wallets. They pay exactly what the AI costs — no markup, no fees. Wind is completely free.

Integrate Wind
Create your wallet 500 free credits — no card required
For developers
  • Zero AI provider bills
  • Wallets, payments, and metering handled
  • Per-feature usage tracking
  • Users pay the AI cost — at cost
  • Transparent usage accounting
  • Integrate in an afternoon
For users
  • Connect your wallet once
  • No repeated checkout friction
  • Pay instantly across AI apps
  • Pay only for what you use
  • One balance everywhere
  • Full transaction transparency

Built for AI developers

Ship AI features without
paying the AI bill

Wind handles wallets, metering, and per-request billing so you can focus on building — not payment infrastructure.

Increase conversion

Users connect their Wind wallet once and spend across any app. No re-entering payment details, ever.

Cut your AI costs to zero

Users pay for what they use, like water or electricity — the AI bill lands on their wallet, not your card.

Reduce complexity

No Stripe integration, no webhook hell, no subscription tiers. Wind is one API call that does it all.

Integrate in minutes

One API key. SDK for JS and iOS. Real working example included. Ship today — for free.

Simple for users.
Powerful for developers.

Wind sits between your AI app and the user's wallet — handling the entire billing lifecycle automatically.

1

User adds funds

Every new account gets 500 free credits instantly — no credit card required. Top up anytime to keep going.

2

Connects to an app

One-click authorization via Wind Connect. No passwords or payment details shared with developers.

3

Uses AI features

Every AI call routes through Wind. Credits are deducted per request — exactly the AI provider's cost.

4

Developer gets paid

Wind handles the billing. You focus on the product. Transparent receipts for every request.

Wind wallet showing credit balance and top-up options
Wind Connect authorization screen
Third-party app showing Wind active with credits remaining
Wind Apps tab showing connected apps and transaction history
Developer experience

One API call.
Zero AI bill.

Call /v1/ai/:featureId with the user's Wind ID — Wind handles the wallet check, charge, and receipt automatically.

api/generate.js
// Vercel function — API key stays server-side module.exports = async function handler(req, res) { const upstream = await fetch( 'https://wind-production-3225.up.railway.app/v1/ai/story-gen', // featureId in URL { method: 'POST', headers: { Authorization: `Bearer ${process.env.WIND_API_KEY}`, }, body: JSON.stringify({ windUserId: req.body.windUserId, messages: req.body.messages, // model is set in your Wind dashboard }), } ) // Wind handles: balance check → AI call → charge → receipt const data = await upstream.json() res.status(upstream.status).json(data) }

One API key

Authenticate all requests with a single secret key. No per-user tokens to manage.

Automatic billing

Wind checks the user's balance, deducts credits, and returns a receipt — all in one response.

Per-feature tracking

Define features in the dashboard and see usage broken down by feature, model, and user.

Proxy pattern built in

API key lives server-side. The SDK handles the user-facing flow — no secrets in the browser.

Quick start guide API reference

Infrastructure you can
build a business on

Wind handles the hard parts of AI billing — so you ship faster and sleep better.

Usage receipts on every charge

Every API call returns a receipt. Users and developers see exactly what was billed, per request.

Built-in rate limiting

Per-feature spend controls prevent runaway costs before they happen. No surprises.

Transparent transaction logs

Full usage and transaction history for developers and users — always accessible, always auditable.

Prepaid balances

No failed payments. Users spend what they've already loaded — nothing more, no chargebacks.

Developer verification APIs

Query any user's balance or connection status before making a billable request.


A growing network of AI apps

One wallet for every
AI experience

Wind works across categories. Users bring their balance to any app in the network — no new accounts, no new payment methods.

Writing Coding Image generation Story generators Chat assistants Research tools Voice AI Data analysis And more
Get started

The infrastructure layer
for AI commerce

Sign up free. 500 credits included. Integrate in an afternoon.

Start integrating Create your wallet