API Documentation
MetaDock provides five ways to automate browsers: REST API, WebSocket API, Selenium WebDriver (W3C), Chrome DevTools Protocol (CDP), and MCP integration. MetaDock shows all browsers in a visual grid — watch your automation execute in real-time.
Getting Started
Authentication, base URLs, and response formats. Everything you need to start using the MetaDock API.
REST API
91 endpointsHTTP endpoints for complete browser control. Create browsers, navigate, interact with pages, and more.
WebSocket API
60+ actionsReal-time bidirectional communication. Subscribe to browser events and control browsers with low latency.
Selenium WebDriver
W3C compatibleW3C WebDriver protocol support. Use your existing Selenium scripts with minimal changes.
Chrome DevTools Protocol
10 domainsCDP-compatible WebSocket interface for remote debugging. Connect Puppeteer, Playwright, or any CDP client.
MCP Integration
92 toolsControl browsers with AI assistants using natural language. Works with Claude Desktop, ChatGPT, and any MCP-compatible client.
Quick Start
- Open MetaDock and go to Settings → API to get your API key
- The API runs locally at
http://127.0.0.1:8080 - Authenticate using Bearer token:
Authorization: Bearer YOUR_KEY - Start with the Getting Started guide