One key per Agent
Isolate access and traces by Agent. Keys are shown once and stored only as irreversible hashes.
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.
Agent request
route.selected
200 · 684msdeepseek-v4-flash
DeepSeek · BYOK
1,284 tokens
$0.0008 est.
Compatible with the models you already use
Launching with OpenAI and DeepSeek; more OpenAI-compatible providers are on the way.
NOT ANOTHER MODEL MARKETPLACE
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.
Isolate access and traces by Agent. Keys are shown once and stored only as irreversible hashes.
Give research, support, and content Agents separate limits. Block by policy before month-end surprises.
Optimize for cost, speed, or quality, with a defined fallback when the primary model is unavailable.
Aggregate requests, tokens, estimated cost, and average latency—never your Provider key.
ROUTE LAB
A product preview of the ClawAPI router. Switch policies to see how the same task would be assigned.
deepseek-v4-flash
$0.0008
680 ms
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
ClawAPI speaks the OpenAI-compatible protocol, so your Agent does not need another provider SDK.
Set its name, monthly budget, and default policy. Receive a dedicated access key.
Pass your Provider key per request. ClawAPI forwards it without persisting it.
Review request, token, cost, latency, and Agent status in the console.
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
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.
FOUNDING PLAN
No platform fee during beta; you still pay model providers directly. We will announce pricing before charging and keep a free tier.
FAQ
Create your first Agent and get a dedicated, observable API lane in minutes.
Sign in to ClawAPI