# openDeviceCloud Manage virtual iOS and Android devices from a browser, connect trusted host machines as device agents, and expose the fleet through HTTP APIs and the built-in MCP server. This site starts with a practical operator flow: 1. Install and run the backend. 2. Register an agent host. 3. Prepare or discover images. 4. Create devices from those images. 5. Connect automation and tooling through the MCP endpoint. ```{toctree} :maxdepth: 2 :caption: Guides introduction installation/index first-agent/index first-image/index vm-setup/index mcp faq ``` ## What You Can Do Here - Bring up the full application locally for development or evaluation. - Install a device agent on a host that can run iOS VMs or Android emulators. - Import a prepared iOS VM as a managed image. - Reuse Android SDK system images or capture Android snapshots as managed images. - Create and control devices from the API, UI, or MCP tools. ## Quick Links - UI: `http://127.0.0.1:8000` - API docs: `http://127.0.0.1:8000/api/docs` - MCP endpoint: `http://127.0.0.1:8000/mcp` ```{note} The project is currently `v0.1.0` and is not intended for direct public internet exposure yet. ```