API key
Use this key to authenticate requests to the Surfsky API. Keep it secret.
Host
Pick the region nearest your target and use it as your API base URL.
https://api-us1.surfsky.ioGet started
Call the API directly. SDK and AI agent integrations are coming soon.
curl -X POST 'https://api-us1.surfsky.io/profiles/one_time' \
-H 'X-Cloud-Api-Token: YOUR_API_TOKEN' \
-H 'Content-Type: application/json'Coming soon
A typed SDK to install Surfsky and drive cloud browsers straight from your project. For now, use the Raw API.
Coming soon
Drop a prompt into Claude Code, Cursor, or Codex and let it wire up Surfsky for you. For now, use the Raw API.
Instructions
- 1.Read the docs. Check the docs and API reference first.
- 2.Get your credentials. Select your cluster region and copy your API token above.
- 3.Start a browser. One-time or persistent, both in the API reference.
- 4.Add proxies. Use your own or ours (mobile and residential). For sites with heavy anti-bot, go with high-quality ones.
- 5.Act human. Drive page interactions through human_emulation so you stay under behavioral detection.
- 6.Handle captchas. If they're rare, recreate the browser and retry. If they keep coming, switch on the captcha solver (manual or auto).
- 7.See the browser. Watch it live with screencast, or debug a session with debugging.
- 8.Customize the fingerprint. The default fingerprint is already well configured. If you need to tweak it, do it in the request body parameters.
- 9.Scale up. For more concurrent browsers, hit Change plan above.
If you get stuck, email [email protected] and we'll help you out.