Create account
Use email, MetaMask, OKX, Binance Wallet, or Bitget Wallet from the console.
One Tokeo key for stablecoin-funded AI access. Use OpenAI-compatible chat requests while Tokeo keeps provider keys private, reserves balance, settles usage, and exposes model readiness.
Use email, MetaMask, OKX, Binance Wallet, or Bitget Wallet from the console.
USDC / USDT only. 10% platform fee. Example: 11 USDT becomes $10.00 balance after verification.
Generate a `tokeo_` key. Store it once; Tokeo never exposes upstream provider keys to users.
Call `/v1/chat/completions`; check `/api/balance` and `/api/usage` for billing state.
curl /v1/chat/completions \
-H "Authorization: Bearer tokeo_..." \
-H "Content-Type: application/json" \
-d '{
"model": "claude-haiku-4-5",
"messages": [{"role": "user", "content": "Reply exactly: OK"}],
"max_tokens": 64
}'
No credit before provider verification. Tokeo creates a reservation before model calls, releases it on upstream failure, and writes a ledger debit only after usage settles. If balance is low, expect `insufficient_balance` with the required reservation amount plus `X-Tokeo-*` monitor headers.
4096 default120000 defaultOversized `/v1/chat/completions`, `/v1/messages`, and x402 requests fail with `request_limit_exceeded` before reserve, payment challenge, or upstream execution.
x402 pay-per-request routes are present for API users and agents. Challenge/probe behavior can be tested now, but settlement remains disabled until facilitator approval, production pay-to wallet, and risk policy are ready.
USDC / USDT only. Wrong asset, wrong network, underpayment, duplicate tx, or unrecognized deposits must go to manual review. Automatic payment provider verification is tracked in the roadmap and should not block docs, console, or API work.