Skip to main content
Paste the block below into your AI coding assistant (Cursor, Claude Code, etc.), then tell it what to build. It covers the full surface: the model gateway, the customer wallets, and the billing primitives, with every endpoint, its purpose, and the units, so the assistant can write a correct integration in one shot.
Replace vb_live_... with a real project key from Dashboard → Keys, and use your own stable user id wherever you see user_123.

What to do with it

Tell the assistant the specific task, for example:
  • “Route my existing OpenAI calls through Velobase and bill each one to the signed-in user.”
  • “In my Stripe webhook, top up the paying customer’s Velobase wallet with the amount they paid.”
  • “Show each user their remaining balance and a usage history in my dashboard.”
For deeper reference see the OpenAI-compatible gateway, the Python and JavaScript SDKs, and depositing credits.