Developers: API principles behind one front door

Pre-launch technical narrative. The goal is a repeatable integration story: LLM API calls, transparent inference token debits, and governable keys and quotas.

Planned capabilities

  • Authentication: org / project / environment (e.g., prod vs staging) scoped API keys—with rotation and revocation.
  • Rate limiting: RPM, TPM, and concurrency—machine-readable errors and Retry-After guidance when limits hit.
  • Usage webhooks: hourly aggregates for customer-side FinOps reconciliation.
  • Regions: endpoint and residency statements aligned with the trust page—not a vague “global” claim.
  • OpenAI-compatible surface (optional): lower migration cost while we remain the system of record for metering and billing.

Static phase

This repo is plain HTML for now. Live API docs should live on a dedicated subdomain with versioned paths (for example https://api.buytokens.store/v1), linked from here once available.

Until then, use the AI navigator to jump to official consoles and playgrounds.