Skip to main content
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:

Direct API Usage

Use the API directly as you like, See our API Reference for more details.

OpenAPI Specification

Download the raw OpenAPI spec for code generation or API client tooling.

Browser-use Integration

Enhance Browser-Use capabilities with Anchor tools and cloud-based browser sessions

Make Integration

Integrate with Make (formerly Integromat) for no-code automation

CrewAI Integration

Integrate with CrewAI to gain robust qualities of Anchor Browser implementing no-code automation.

Langchain Integration

Integrate with Langchain to leverage Anchor Browser’s browser tools in your LLM workflows.

Custom Integration

Integrate with your own platform to leverage Anchor Browser’s in your automations.

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