Every agent needs a handler.

Your agent needs access to real services to do real work. handler is that access — with your rules built in.

agent terminal
you (the owner)

One key. Every service. Your rules.

Every call flows through the same pipeline. handler decides what to approve, hold, or block.

owner dashboard
your agent
request
handler
rules
Apollo.io
Firecrawl
E2B
Exa
Browserbase

Add to your agent's MCP config. That's the entire setup.

{
  "mcpServers": {
    "handler": {
      "url": "https://mcp.usehandler.dev/sse",
      "headers": {
        "Authorization": "Bearer sk-hndlr-your-key"
      }
    }
  }
}

Your rules. Enforced on every call.

Each agent gets its own key and its own rules. Like a corporate card programme — each employee gets a card with their own limit.

research-agent sk-hndlr-yyyy
auto_approve_below
5 credits executes silently
notify_above
20 credits pauses and asks you
hard_cap_per_call
50 credits nothing over this
monthly_cap
200 credits hard stop
ops-agent sk-hndlr-zzzz
auto_approve_below
1 credit tight control
notify_above
3 credits almost everything needs approval
hard_cap_per_call
20 credits nothing over this
monthly_cap
30 credits hard stop
1 credit = ~10 contact lookups
1 credit = ~5 pages scraped
1 credit = ~1 min compute
1 credit = ~20 semantic searches

Credit exchange rates are illustrative. Final pricing at launch.

Five services at launch. More coming.

Your agent calls handler. handler calls the service. One key for everything.

B2B
Apollo.io
Data — B2B

Contact search, email and phone lookup, company data. Aggregated with Clearbit and Hunter for best results.

~0.1 credits per lookup
WEB
Firecrawl
Data — Web

Web scraping and clean markdown extraction from any URL. Handles JavaScript rendering.

~0.2 credits per page
RUN
E2B
Execution

Sandboxed code execution. Python, JavaScript, and more. Your agent writes code, E2B runs it.

~1 credit per minute
SRC
Exa
Data — Web

Neural semantic web search. Find pages by meaning, not just keywords.

~0.05 credits per search
BRW
Browserbase
Execution

Full browser automation. JavaScript rendering, bot detection bypass, session persistence.

~2 credits per session
More coming

Polygon.io, RunPod, Reddit, Twitter/X, Clearbit, Crunchbase, and more.

Get notified ↓

Credit costs are illustrative. Final pricing at launch.

handler is launching soon.

Five services at launch. Credit-based pricing. The API is not yet live. Get early access.

Building a service that agents should be able to access? Talk to us about listing.