# Bu0y > Best-execution inference router. One OpenAI-compatible endpoint quotes every marketplace and fills at the cheapest source that can actually deliver. Site https://bu0y.com. API https://api.bu0y.com. Money is prepaid non-refundable credits in integer microdollars ($1 = 1_000_000). Routing is source-blind. Bu0y does not store prompts or completions; billing metadata only; the fill marketplace still receives the prompt. Agents mint `bu0y_…` keys with a Solana wallet signature. Humans use passkeys on the account desk, then mint keys there. ## Docs - [How to use Bu0y](https://bu0y.com/docs.html): Cursor, Hermes, OpenAI SDK, and any compatible client - [Docs (Markdown)](https://bu0y.com/docs.md): Same how-to in Markdown - [Models](https://bu0y.com/models.html): Searchable catalog with live cheapest rates; copy ids for clients - [Full agent reference](https://bu0y.com/llms-full.txt): Complete API, auth, deposits, and money rules ## Product - [Home](https://bu0y.com/): Harbor price current and get-started - [Account](https://bu0y.com/account.html): Passkey login, balance, USDC deposit, API keys, usage - [Models](https://bu0y.com/models.html): Full catalog; pass `model` yourself — clients do not auto-populate ## API (live) - [GET /health](https://api.bu0y.com/health): Per-source reachability - [GET /v1/models](https://api.bu0y.com/v1/models): Union catalog, cheapest rate per model - [POST /v1/quote](https://api.bu0y.com/v1/quote): Price a request across sources (free, no auth) - [POST /v1/chat/completions](https://api.bu0y.com/v1/chat/completions): Prepaid fill. Bearer `bu0y_…` required - [GET /v1/harbor](https://api.bu0y.com/v1/harbor): OpenRouter retail vs Bu0y fill rates - [GET /v1/stats](https://api.bu0y.com/v1/stats): Aggregate totals only ## Optional - [OpenAI Chat Completions](https://platform.openai.com/docs/api-reference/chat): Client shape Bu0y mirrors - [llms.txt specification](https://llmstxt.org/): Format this file follows