Documentation

Learn how to use BrowserPilot to automate your browser tasks with AI.

Quick Start

BrowserPilot allows you to automate browser tasks using natural language. Simply describe what you want to do, and our AI will handle the rest.

1. Website Analysis (Free)

Try our live demo on the homepage to analyze any website's metadata, response time, and security status.

2. Create an Account

Sign up to access advanced features like saved workflows, scheduled automations, and API access.

API Reference

GET /api/analyze?url={url}

Analyze a website and return metadata, response time, and security information.

Example Request

curl "https://browserpilot.runstate.dev/api/analyze?url=https://apple.com"

Example Response

{
  "url": "https://apple.com",
  "title": "Apple",
  "description": "Discover the innovative world of Apple...",
  "responseTime": "245ms",
  "ssl": true,
  "statusCode": 200
}

🚀 More Features Coming Soon

We're building out full API documentation for automation workflows, scheduled tasks, and advanced scraping. Join the beta to get early access!

Support

Need help? Contact us at [email protected]