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:

Quick API Examples

Single Step Browser Tool Call

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.
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
  }'

Multi-Step Browser Flow

For use cases where a custom browser configuration is required, or a multi-step browser flow is needed:
1

Fetch API Key

In Anchor UI, copy your API key
2

Create a session

Create a session with the desired configuration
3

Use tools on the created session

Perform tool calls while referencing the created session ID