# Korve > Korve is a paid-only cloud for agent-built applications. A coding agent (or a human) deploys a repository to a stable *.korve.app URL and provisions only the managed resources the app declares -- Postgres, object storage, caches, queues, cron jobs, budgets, and custom domains -- through one typed operation spec shared by the API, dashboard, native CLI, MCP server, and manifest. > Full text of every page below, concatenated as Markdown: https://korve.dev/llms-full.txt Every page on this site has a Markdown twin at the same path plus `.md` (for example https://korve.dev/pricing.md). The twins are generated at build time from the same components that render the HTML, so they can never drift from the page they mirror. Key facts: - Pricing is pure usage against a public rate card: no seats, no per-user meter, no free tier. $5/month minimum, credited against usage. - Projects are never paused for inactivity; a deployed app keeps serving. - Every database SKU includes 14-day point-in-time recovery plus retained daily, weekly, and monthly backups; high availability adds two replicas with rolling zero-downtime resizes. - Failed deploys come with an agent-written diagnosis and a proposed next step (`korve deploys diagnose `). - A project budget alerts at a threshold by default; turn on its hard stop and new deploys past the cap are refused while already-running workloads keep serving. - CLI install: `curl -fsSL https://korve.dev/install.sh | sh`. Agent skills: `curl -fsSL https://korve.dev/skills.sh | sh`. MCP: `https://mcp.korve.dev/mcp` (OAuth; two tools: search and execute). ## Docs - [Quickstart](https://docs.korve.dev/quickstart): repository to a live, linked Korve project with one reviewed command - [CLI overview](https://docs.korve.dev/cli/overview): the native `korve` binary, output modes, and exit codes - [CLI commands](https://docs.korve.dev/cli/commands): full command reference - [Agent OAuth](https://docs.korve.dev/agents/oauth): scoped, revocable browser authorization for agents - [MCP setup](https://docs.korve.dev/agents/mcp-setup): connect an MCP client to mcp.korve.dev - [Agent skills](https://docs.korve.dev/agents/skills): installable skills for Claude Code and other agents - [Safe automation](https://docs.korve.dev/agents/safe-automation): guardrails for agent-driven changes - [Manifests](https://docs.korve.dev/primitives/manifests): declare the app and its resources as code - [Managed Postgres](https://docs.korve.dev/primitives/databases): provisioning, credentials, explorer, insights - [Backups and restores](https://docs.korve.dev/primitives/backups): recovery policy, point-in-time recovery, restores - [API reference](https://docs.korve.dev/api-reference/overview): every operation in the typed spec ## Product - [Pricing](https://korve.dev/pricing): the public usage rate card - [App runtime](https://korve.dev/product/apps): deploys, URLs, domains, logs, metrics, spend controls - [Project operator](https://korve.dev/product/operator): durable operator threads with approvals and audit trail - [Preview environments](https://korve.dev/product/previews): isolated per-pull-request environments - [Managed data](https://korve.dev/product/data): Postgres, storage, caches, queues, crons, recovery - [Templates](https://korve.dev/templates): agent-ready application recipes - [Showcase](https://korve.dev/showcase): reference architectures - [Benchmark evidence](https://korve.dev/evidence): exact verified local regression results, methodology, limitations, and reproduction command - [Author and editorial standard](https://korve.dev/about): who writes Korve's technical articles and how claims are checked and corrected ## For coding agents - [Best backend for Claude Code](https://korve.dev/best-backend-for-claude-code): operating Korve from Claude Code via CLI, MCP, and skills - [Best backend for Codex](https://korve.dev/best-backend-for-codex): separate CLI device login and Codex MCP OAuth, `~/.codex/skills`, AGENTS.md, and an honest backend selection guide - [Best backend for Cursor](https://korve.dev/best-backend-for-cursor): MCP, the integrated-terminal CLI, working project skills in `.agents/skills`, AGENTS.md, and backend tradeoffs ## Compare - [Compare application clouds](https://korve.dev/compare): documented product boundaries with primary sources - [Korve vs exe.dev](https://korve.dev/compare/exe-dev): application control plane vs persistent developer VMs - [Korve vs InsForge](https://korve.dev/compare/insforge): independent data primitives vs a whole backend in one box - [Korve vs Render](https://korve.dev/compare/render): managed application clouds compared by operational contract - [Korve vs Railway](https://korve.dev/compare/railway): managed resources vs composable container services - [Application control plane vs infrastructure primitives](https://korve.dev/compare/fly): managed application operations vs lower-level machine, volume, and networking primitives - [Korve vs Supabase](https://korve.dev/compare/supabase): full application operations vs a Postgres-centered backend ## Markdown Clean text for every page above, no JavaScript required. - [/](https://korve.dev/index.md) - [/pricing](https://korve.dev/pricing.md) - [/product/apps](https://korve.dev/product/apps.md) - [/product/operator](https://korve.dev/product/operator.md) - [/product/previews](https://korve.dev/product/previews.md) - [/product/data](https://korve.dev/product/data.md) - [/templates](https://korve.dev/templates.md) - [/showcase](https://korve.dev/showcase.md) - [/evidence](https://korve.dev/evidence.md) - [/about](https://korve.dev/about.md) - [/compare](https://korve.dev/compare.md) - [/compare/exe-dev](https://korve.dev/compare/exe-dev.md) - [/compare/insforge](https://korve.dev/compare/insforge.md) - [/compare/render](https://korve.dev/compare/render.md) - [/compare/railway](https://korve.dev/compare/railway.md) - [/compare/fly](https://korve.dev/compare/fly.md) - [/compare/supabase](https://korve.dev/compare/supabase.md) - [/best-backend-for-claude-code](https://korve.dev/best-backend-for-claude-code.md) - [/best-backend-for-codex](https://korve.dev/best-backend-for-codex.md) - [/best-backend-for-cursor](https://korve.dev/best-backend-for-cursor.md) ## Optional - [Full text corpus](https://korve.dev/llms-full.txt): every page above in one file - [Agent guide](https://korve.dev/agents.md): how agents should build on Korve - [Sitemap](https://korve.dev/sitemap.xml)