Challenge-solving for browser automation

Solve Cloudflare challenges.
In one API call.

A challenge-solving API for browser automation. Point it at a domain you're authorized to access and get back a valid clearance cookie, a matching User-Agent, and a proxy — so your own client can load the page. We never see your traffic.

No card required. Use it lawfully and follow each site's terms.

terminal
curl -X POST https://raptorwayz.com/v1/solve \
  -H "Authorization: Bearer $API_KEY" \
  -d '{"domain":"example.com"}'

# → { "cf_clearance": "…",
#     "user_agent":  "Mozilla/5.0 …",
#     "proxy":       "http://$API_KEY:x@raptorwayz.com:8080" }

Three steps to a clean response

You keep your client, your auth, your logic. We solve the one hard part.

01

Send a domain

One POST with the domain your automation needs to reach. We solve its Cloudflare challenge on a real browser, on a real IP.

02

Get the clearance triple

Back comes a valid cf_clearance cookie, the exact User-Agent, and a proxy on the IP it was solved on.

03

Make your request

Attach the cookie + UA and route through the proxy. The page loads for your own client — you keep full control of the request.

🔒

We never see your traffic

Your requests tunnel through a plain HTTPS proxy — no TLS interception. Your cookies, logins, and data stay end-to-end encrypted.

🎯

IP-matched cookies

cf_clearance is bound to the exit IP. We solve on the same IP you route through, so the cookie actually works.

Warm cache

Already-solved domains return in milliseconds. You pay for the solve once, reuse the clearance until it expires.

🧩

Dead-simple API

One endpoint. Bearer auth. JSON in, JSON out. Drop it into any client or automation in five minutes.

🤖

Agent-ready

An MCP server lets AI agents call it natively — your automation integrates without glue code.

📊

Honest quotas

Failed solves don't count against your quota. And if we're ever down for maintenance, we extend your subscription to make up for it.

Simple, parallel-based pricing

One key = one stream. Need more throughput? Add keys.

Free trial

$0

On signup, no card.

  • 3 free solves to test
  • Full API access
  • Same solver as paid
Create account

Per key

$20/mo

Each key = 1 solve per 25 min.

  • Unlimited domains
  • Idempotent replay within the window
  • Buy more keys for more parallelism
  • Pay with USDC — no card required
Get a key

Ready to automate?

Sign up, grab a key, and integrate in minutes.