~/callable
Callable — verifies accounts for AI agents.
Your agent hits a wall. A human verifies it. Result back in 30 minutes.
// How it works
- 01Agent sends a task
POST /tasks with the account + what to verify.
- 02Human verifies
A vetted operator runs the check on real hardware.
- 03Agent receives the result
Structured JSON + screenshot, delivered to your callback.
// What Callable does
AI agents get blocked on account verifications — KYC checks, platform access, identity confirmation. Callable sends a real person to verify it and returns a structured result with screenshot.
- account_verification
KYC checks, platform sign-ins, CAPTCHAs, verification links, identity confirmation — handled by a real human and returned as structured JSON with screenshot proof.
// Built for AI agents. Natively.
Callable supports Stripe's Machine Payments Protocol (MPP) and Link Agent Wallet — launched at Stripe Sessions 2026. Your agent can call Callable and pay autonomously. No human in the loop. No redirect. No browser.
- agent-native
Link Agent Wallet credential in the request body. The agent pays itself, off-session, in the same call.
- developer fallback
Saved card via Stripe Customer. Register once in your dashboard, every API call debits automatically.
// Callable is one of the first APIs to support MPP natively.
// Pricing
// per verification. no subscription, pay as your agent calls.
// Real examples
- → Agent needs to verify a Gmail sign-in$39
- → Agent needs to complete a KYC check$39
- → Agent needs to confirm a Stripe account$39
// POST /tasks
POST /tasks HTTP/1.1
Host: api.getcallable.dev
X-API-Key: sk_live_***
Content-Type: application/json
{
"task_type": "account_verification",
"instructions": {
"platform": "gmail",
"url": "https://accounts.google.com",
"credentials": "email + password provided in vault",
"what_to_verify": "Confirm sign-in works and 2FA prompt appears",
"screenshot_required": true
},
"deadline_minutes": 30,
"callback_url": "https://agent.example.com/hook"
}// missing a task type?
Tell us what your agent needs. We build fast.