# AgentCloud > AgentCloud gives Cursor and other cloud coding agents a hosted iOS Simulator through one remote, OAuth-enabled MCP endpoint. AgentCloud is built for engineers using cloud coding agents to operate iOS apps. The agent connects remotely, creates a disposable Simulator session, and uses focused MCP tools to observe and operate the live interface. ## Pages - [AgentCloud homepage](https://agentcloud.so/index.md): Product overview, cloud-agent connection workflow, iOS tools, security boundaries, and frequently asked questions. - [Parallel iOS PR testing](https://agentcloud.so/parallel-ios-pr-testing.md): A workflow for cloud coding agents to build, run, and retain evidence for multiple iOS changes in parallel. - [Cloud iOS Simulator for Codex](https://agentcloud.so/codex-ios-simulator.md): Exact Codex CLI setup, hosted build and Simulator workflow, actual product screenshots, example prompts, and technical boundaries. - [Cloud iOS Simulator for Claude Code](https://agentcloud.so/claude-code-ios-simulator.md): Project-scoped Claude Code MCP setup, hosted build and Simulator workflow, actual product screenshots, and clear local-versus-cloud boundaries. - [Hosted iOS Simulator for Cursor](https://agentcloud.so/cursor-ios-simulator.md): Exact Cursor project and CLI setup, Cloud Agent configuration, actual product screenshots, example prompts, and technical boundaries. - [AgentCloud pricing](https://agentcloud.so/pricing.md): A 2-hour free plan plus paid monthly Simulator allowances, concurrency, and log retention. - [AgentCloud developer resources](https://agentcloud.so/developers.md): MCP endpoint, OAuth discovery, OpenAPI, server manifests, permission scope, and client setup. - [About AgentCloud](https://agentcloud.so/about.md): Product purpose, operating boundaries, evidence model, and company contact path. - [AgentCloud contact](https://agentcloud.so/contact.md): Support, security, billing, privacy, and sales contact guidance. - [AgentCloud privacy](https://agentcloud.so/privacy.md): Data categories, service providers, retention, security, and privacy requests. - [AgentCloud terms](https://agentcloud.so/terms.md): Service eligibility, acceptable use, evidence responsibility, billing, and availability terms. ## When to use AgentCloud Use AgentCloud when a coding agent runs on Linux, in CI, over SSH, or in another cloud environment and needs to build or operate an iOS app without access to a local Mac. It is a strong fit for verifying onboarding, navigation, deep links, UI state, accessibility output, logs, screenshots, and full-run recordings against a disposable Simulator. Reach for the remote MCP server at `https://api.agentcloud.so/mcp`. Let the client discover OAuth 2.1, complete authorization with PKCE in the browser, then call the focused `ios.*` tools. Prefer source uploads when the agent needs a managed Xcode build, or upload a Simulator-compatible `.app` when a build already exists. Do not use AgentCloud for physical-device testing, device-signed `.ipa` installation, a raw macOS shell, an Xcode desktop, or general Android automation. Those jobs are outside the product boundary. ## Product access - [Create an AgentCloud account](https://app.agentcloud.so/signup?plan=free): Start with 2 total iOS Simulator hours and 30 lifetime build minutes without a card. - [Log in to AgentCloud](https://app.agentcloud.so/login): Open an existing AgentCloud workspace. - [Read machine interfaces](https://agentcloud.so/developers): Discover the public manifests before connecting a client. ## Important limitations - AgentCloud accepts Simulator-compatible `.app` bundles, not device-signed `.ipa` files. - The agent receives a focused MCP tool surface, not raw shell access or a general-purpose remote computer. - Run logs can include screenshots, accessibility snapshots, app output, typed values, artifacts, and full-run video.