Skip to content

Docs

Quickstart

Connect your agent over MCP, open a session, and pick a device tier. Full reference docs are in progress; endpoint and tool names will be published at docs.phonebase.co when it goes live.

Connect via MCP

Add phonebase to your MCP client configuration:

mcp.json
{
  "mcpServers": {
    "phonebase": {
      "url": "https://mcp.phonebase.co",
      "headers": {
        "Authorization": "Bearer $PHONEBASE_API_KEY"
      }
    }
  }
}

Tools

device.tap · device.swipe · device.type · device.screenshot · device.ui_tree

Tool names sync with the control plane as the first ten MCP tools land.

Back to phonebase.co