models + tools · pay-as-you-go · developer-first

One API key,
beyond AI models

AI models, search, web crawl, and more — all through a single endpoint. Pay as you go, no contracts.

Get Started
terminal

features

Everything you needto ship with AI

Models, tools, and more — one integration.

Models + Tools

AI models alongside built-in tools — search, web crawl, and more. OpenAI-compatible format.

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.