unified · pay-as-you-go · developer-first

One API key for
all AI models

Access Anthropic, OpenAI, and more through a single unified endpoint. Pay as you go, no contracts.

Get Started
terminal

features

Everything you needto ship with AI

One integration for all major AI providers.

Unified API

One key to access multiple AI models. OpenAI-compatible format — use your existing SDK.

Pay As You Go

No monthly fees, no commitments. Top up your balance and pay only for what you use.

Developer First

CLI tools, dashboard, and API docs. Manage keys, check balance, and monitor usage from the terminal.

integration

Drop-in compatible

Use the OpenAI SDK you already know. Just change the base URL.

python
from openai import OpenAI

client = OpenAI(
    base_url="https://api.boxkeys.ai/v1",
    api_key="sk-ag_..."  # Your BoxKeys API key
)

response = client.chat.completions.create(
    model="claude-sonnet-4-20250514",
    messages=[
        {"role": "user", "content": "Hello from BoxKeys!"}
    ]
)

print(response.choices[0].message.content)

pricing

Simple, transparent pricing

No surprises. Top up your balance and pay only for what you use.

Pay As You Go

$0to start

Top up any amount, use until it runs out

  • No monthly fees or subscriptions
  • Pay only for tokens you use
  • Provider cost + small service fee
  • Top up via CLI or dashboard
  • Usage tracking and billing history
$ boxkeys topup 10

Get started in 30 seconds

Install the CLI and create your first API key.