use-apitokenlisted
Install: claude install-skill apitokensale-admin/apitoken.sale
# Use apiToken.sale
apiToken.sale is an independent multi-provider API gateway built as a unified router (**`https://router.apitoken.sale`**): the **standard Anthropic Messages API** (full Claude line), an **OpenAI-compatible API** (GPT-5 line, Responses + Chat Completions), and the **native Google Gemini API** (Gemini line) behind **one prepaid `sk-pool-…` key** and one dollar balance. Request bodies, responses, SSE streaming, tool use and prompt caching behave exactly like the official APIs — only the base URL and key change. Every request bills at a flat 50% of the official token price — no tiers, no thresholds, no lock-in.
Follow this file top to bottom. Everything in it is verified against the running gateway.
## 1. Get a key
1. Sign in at `https://apitoken.sale/dashboard` (email, Google, or GitHub).
2. Top up any whole-dollar amount (card or crypto).
3. Create a key in the **API keys** view. It starts with `sk-pool-`.
Rules for agents: **never print, log, or commit the key.** Read it from an environment variable or ask the user to paste it into their shell — never into source files. The placeholder in every example below is `sk-pool-•••`.
## 2. Pick the right surface
All provider surfaces are available on the Unified Router (`https://router.apitoken.sale`). Legacy per-provider hosts remain fully supported.
| | Claude (Anthropic) | GPT (OpenAI-compatible) | Gemini (Google) | Universal (OpenAI-compatible) |
|---|---|---|---|---|
| Base URL | `https://router.apitok