# Docs - [Home](/docs.mdx): Deploy the app you already built and run its business layer without setting up servers. - Getting started - [Deploy from GitHub](/docs/getting-started/deploy-from-github.mdx): Connect a GitHub repository, check it is ready, and ship it to a live URL. - [Deploy from a ZIP](/docs/getting-started/deploy-from-zip.mdx): Upload your project as a ZIP archive, check it is ready, and deploy it. - [What runs here](/docs/getting-started/what-runs-here.mdx): The rules your app must follow so the platform can build and run it. - Concepts - [Apps, builds and deploys](/docs/concepts/apps-builds-deploys.mdx): What an app, a build and a deploy are, and the states an app moves through. - [Readiness and fixes](/docs/concepts/readiness-and-fixes.mdx): The readiness scan, what it checks, and how the fix loop works. - [Plans and quotas](/docs/concepts/plans-and-quotas.mdx): What the plan tiers include, what counts against your usage, and what a limit message means. - [Environment variables](/docs/concepts/environment-variables.mdx): Set the config and secrets your app reads at runtime, and know when changes apply. - [Subdomains and domains](/docs/concepts/subdomains-and-domains.mdx): Your app's platform subdomain, and how to serve it on a domain you own. - [Logs and status](/docs/concepts/logs-and-status.mdx): Read your app's runtime logs, see its status, and know when to restart versus redeploy. - [Deploying an app that's already live](/docs/concepts/database-migrations.mdx): Why the platform asks whether your app is already running, and what you are agreeing to. - MCP - [Overview](/docs/mcp/overview.mdx): Connect your coding agent to OrbitOrca over MCP — read your apps, and let it deploy for you. - Connect an agent - [Claude Code](/docs/mcp/connect/claude-code.mdx): Connect Claude Code to OrbitOrca with one terminal command. - [Cursor](/docs/mcp/connect/cursor.mdx): Connect Cursor to OrbitOrca by adding one block to its MCP config. - [Windsurf](/docs/mcp/connect/windsurf.mdx): Connect Windsurf to OrbitOrca by adding one block to its MCP config. - [Claude.ai / Claude Desktop](/docs/mcp/connect/claude-ai.mdx): Connect OrbitOrca to Claude.ai and Claude Desktop as a custom connector over OAuth. - [Other hosts](/docs/mcp/connect/other-hosts.mdx): Connect any MCP host that speaks Streamable HTTP with a bearer token. - [Tokens](/docs/mcp/tokens-and-oauth.mdx): How personal access tokens work — creating, scoping, expiry, and revoking them. - [Scopes & safety](/docs/mcp/scopes-and-safety.mdx): What a read token can do, what a write token can do, and what stops a runaway agent. - [Tool reference](/docs/mcp/tools.mdx): Every MCP tool, grouped by the scope a token needs to call it. - Features - [Overview](/docs/features/overview.mdx): The business features you can add to an app, and how the enable-configure-wire model works. - [Payments](/docs/features/payments.mdx): Accept payments in your app with Stripe — enable, verify, build a catalog, and check a paid state. - [User accounts](/docs/features/auth.mdx): Add end-user sign-up and login to your app, backed by its own auth store. - [Traffic analytics](/docs/features/analytics.mdx): Count visitors and pageviews for your app, with nothing to add to your code. - **Help** - [Troubleshooting](/docs/troubleshooting.mdx): Every error you can hit on the import, readiness, build and deploy path, with the fix. - [Support](/docs/support.mdx): How to reach us, and what to include so we can help fast.