FOUNDING BETA · FREE FOR EARLY USERS

Give every Agent a controlled API lane.

One OpenAI-compatible endpoint for multiple model providers. Give every Agent its own key, hard budget, routing policy, and failover—without burying production controls in a prompt.

BYOK, pay providers directlyAgent keys stored as hashesNo framework rewrite
clawapi.shop/v1
Live route

Agent request

agentresearch-bot
policybalanced
budget_left$18.42

route.selected

200 · 684ms

deepseek-v4-flash

DeepSeek · BYOK

1,284 tokens

$0.0008 est.

Compatible with the models you already use

OpenAI
DeepSeek
SiliconFlowSOON
AnthropicSOON
GeminiSOON

Launching with OpenAI and DeepSeek; more OpenAI-compatible providers are on the way.

NOT ANOTHER MODEL MARKETPLACE

Agents need a control plane, not another dropdown.

Aggregation answers “who can I call?” ClawAPI also answers who may call, how much they can spend, what happens on failure, and what actually happened.

One key per Agent

Isolate access and traces by Agent. Keys are shown once and stored only as irreversible hashes.

Budgets before bills

Give research, support, and content Agents separate limits. Block by policy before month-end surprises.

Policy-based routing

Optimize for cost, speed, or quality, with a defined fallback when the primary model is unavailable.

Monthly usage at a glance

Aggregate requests, tokens, estimated cost, and average latency—never your Provider key.

ROUTE LAB

Choose the objective. Let policy pick the model.

A product preview of the ClawAPI router. Switch policies to see how the same task would be assigned.

DeepSeek

deepseek-v4-flash

provider.healthy
Est. request

$0.0008

Est. latency

680 ms

Quality score

91 / 100

Why this route

Best combined cost and latency score within the task quality threshold.

Illustrative data only; not provider pricing or an SLA.

THREE STEPS

Keep your SDK. Change one address.

ClawAPI speaks the OpenAI-compatible protocol, so your Agent does not need another provider SDK.

01

Create an Agent

Set its name, monthly budget, and default policy. Receive a dedicated access key.

02

Bring your key

Pass your Provider key per request. ClawAPI forwards it without persisting it.

03

Observe and tighten

Review request, token, cost, latency, and Agent status in the console.

OpenAI-compatible request
curl https://clawapi.shop/v1/chat/completions \
  -H "Authorization: Bearer claw_live_••••••••" \
  -H "x-claw-provider-key: sk-••••••••" \
  -H "Content-Type: application/json" \
  -d '{"messages":[{"role":"user","content":"Hello"}],"max_tokens":512}'

The provider and model come from this Agent’s policy in the console.

DESIGNED FROM THE KEY OUT

Your model account stays yours.

The first release uses request-scoped BYOK: your Provider key exists only for the current forward and is never written to the database. Agent access keys are stored with SHA-256.

  • Fixed provider allowlist prevents arbitrary forwarding
  • Logs omit Provider keys and full Agent keys
  • User-level Agent isolation with database foreign keys
  • Streaming and more providers open after security review

FOUNDING PLAN

Free while you put the gateway to work.

No platform fee during beta; you still pay model providers directly. We will announce pricing before charging and keep a free tier.

Founding Beta
$0/ during beta
  • 5 Agents
  • Dedicated key per Agent
  • Core routing and usage summary
  • OpenAI / DeepSeek BYOK
Sign in to the console

FAQ

Frequently asked questions

Let Agents call models—without losing the boundaries.

Create your first Agent and get a dedicated, observable API lane in minutes.

Sign in to ClawAPI