Our APIs can be used directly (See our API Reference) or through integrations to automation platforms. We’ve created modules for our most commonly used API routes in each of the supported platforms.Pick your preferred platform to view a quick-start for its usage:
The easiest way to utilize Anchor Browser is through browser tools. Browser tools are API endpoints that wrap end-to-end browser functionality in a single API call.
Copy
Ask AI
curl -X POST "https://api.anchorbrowser.io/v1/tools/perform-web-task" \ -H "anchor-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "task": "Go to anchorbrowser.io and click the Get Started button", "headless": false }'