Browser Agent API Documentation

Use this API to run browser automation tasks with Claude.

POST /tasks

Create and run a new browser task

{
  "prompt": "Navigate to github.com and tell me the trending repositories",
  "model": "claude-3-7-sonnet-20250219",
  "apiKey": "YOUR_ANTHROPIC_API_KEY",  // Optional if set in environment
  "headless": true,
  "width": 1024,
  "height": 768
}
          

GET /tasks

List all tasks

GET /tasks/:id

Get a specific task with all its steps

← Back to Task Manager