$ callable --version

~/callable

Callable verifies accounts for AI agents.

Your agent hits a wall. A human verifies it. Result back in 30 minutes.

Submit a task

// How it works

  1. 01
    Agent sends a task

    POST /tasks with the account + what to verify.

  2. 02
    Human verifies

    A vetted operator runs the check on real hardware.

  3. 03
    Agent 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.

// 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.

// Callable is one of the first APIs to support MPP natively.

// Pricing

Account Verification$39

// per verification. no subscription, pay as your agent calls.

// Real examples

// POST /tasks

request.http200 OK
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.