Reliability-as-a-service for agent tool calls

Your agent decides what to call.
klanex makes sure it actually happens.

klanex is an async execution layer between an LLM's tool-use intents and real APIs. It rejects hallucinated payloads before they ship, absorbs rate limits and outages with retries and circuit breakers, keeps a full audit trail, and reports back over signed webhooks.

Start free How it works 1,000 free executions/mo · upgrade anytime
# Hand klanex a tool-use intent — it validates, queues, and executes it.
curl https://api.klanex.dev/v1/executions -H "X-API-Key: klx_…" -d '{
  "target": { "method": "POST", "url": "https://api.stripe.com/v1/refunds" },
  "payload": { "charge": "ch_123", "amount": 500 },
  "payload_schema": { "type": "object", "required": ["charge","amount"] },
  "callback_url": "https://you.example.com/hooks/klanex",
  "max_attempts": 5
}'
→ 202  { "execution_id": "exe_9f3…", "status": "QUEUED" }
   then a signed webhook: execution.completed / execution.failed

Built for when tool calls go wrong

Every plan ships the full reliability engine — the tiers only change volume and limits.

🛡️

Schema gate

Hallucinated keys are rejected in milliseconds with an llm_hint your agent can use to self-correct — before anything touches a real API.

🔁

Retries & circuit breakers

429s, timeouts, and 5xx are retried with exponential backoff. Per-host breakers stop hammering a failing dependency.

🔏

Signed webhooks

Terminal outcomes fire an HMAC-signed callback to your backend. State is always queryable via the API too.

🔐

Encrypted credentials

Target auth headers are sealed with Cloud KMS at rest and exist in plaintext only in-memory during the call. Reads are always redacted.

🧾

Audit trail & replay

Every intent is stored byte-exact. Re-run hundreds of failed calls after an outage without re-prompting the model.

🎯

Idempotent by design

Pass an idempotency_key and a retried submit can never double-execute. Duplicate deliveries are harmless.

Simple, execution-based pricing

You pay for executions, not attempts — retries and schema rejections are always free.

Free
$0 /mo
For trying klanex and small side projects.
  • 1,000 executions / month
  • 7-day execution history
  • Up to 5 retries per call
  • 2 requests / second
Start free
Starter
$19 /mo
For a first agent in production.
  • 20,000 executions / month
  • Execution replay
  • 30-day history
  • Up to 10 retries · 10 req/s
Start
Most popular
Pro
$99 /mo
For agents doing real volume.
  • 200,000 executions / month
  • Execution replay
  • 90-day history
  • Up to 10 retries · 50 req/s
Start
Enterprise
Custom
For high volume and compliance needs.
  • Volume execution pricing
  • SSO & custom SLA
  • Custom data retention
  • Priority support
Contact us

Every plan includes the JSON-Schema gate, automatic retries with backoff and per-host circuit breakers, HMAC-signed webhooks, KMS-encrypted credentials, a full audit trail, and idempotent submits.
Upgrade, downgrade, or cancel anytime from the dashboard.

Get your API key

Create your account and we'll email a link to confirm. You'll have a key in a minute. Already have an account? Sign in.

Email signups get a verification link first; Google signups are verified by Google. Either way we collect a card on file to keep signups honest — the Free plan is never charged. By signing up you agree to use klanex for lawful API automation.