TokenByteTokenByte Docs

Console guide

Token management, usage tracking, billing, and quotas

The TokenByte console is where day-to-day API key management, usage monitoring, and top-ups live. This page walks through each module.

Sign in and navigate

After signing in with email/password, a social provider, or a passkey, you'll see the top navigation:

  • Dashboard — this month's usage overview, cost trend, and recent call logs
  • Tokens — API key creation, edit, and revocation
  • Models — available models, providers, and per-unit pricing
  • Logs — per-request history, searchable
  • Tasks — status for async jobs (image, audio, …)
  • Wallet — balance, top-up history, and invoices
  • Profile — account info, password, passkeys

Token management

Create a token

Open Tokens and click New token. You can configure:

  • Name — to distinguish uses, e.g. production-web, staging-ci
  • Model allowlist — leave empty to allow everything; in production prefer a minimal set
  • Per-request spending cap — hard upper bound against runaway calls
  • Rate limits — RPM (requests/minute) and TPM (tokens/minute)
  • Expiration — optional; the key auto-deactivates after the cutoff

Copy and store it safely

The full token string is shown once, right after creation. Closing the dialog hides it for good — if you lose it, revoke the key and issue a new one.

Batch operations

Select multiple rows to revoke or export them in bulk. For large-scale metadata reads, use the server-side batch API.

Usage and logs

The Logs page records request/response metadata, token spend, model, and latency for every call. Filter by token, model, or time window.

Logs are retained for 30 days by default. Enable extended archiving in your profile if you need a longer window.

Model catalog

The Models page lists every available model along with provider, context length, input/output pricing, and capability tags (vision, function calling, streaming, …). Use it to pick the model that fits your workload.

Wallet and quota

The wallet UI is still being iterated on. Top-ups, invoices, and enterprise billing flows will ship in later releases.

For now, you can view your balance and top-up history on this page.

Profile

The profile page supports:

  • Changing email and password
  • Linking / unlinking GitHub, Discord, OIDC
  • Registering passkeys
  • Viewing your role (user / admin)

The role field is read-only. To request an upgrade, contact an administrator.

On this page