your-app.korve.app with managed Postgres,
object storage, logs, custom domains, and budgets out of the box — plus a
platform agent that diagnoses failed deploys for you.
It is built agents-first. Every capability ships on four surfaces that speak
the same typed API, with identical permissions and identical behavior:
- API —
https://api.korve.dev, described by a public spec atGET /v1/spec. See the API reference. - CLI — the
korvebinary. Every API operation a key can call maps to exactly one command (a tested parity guarantee). See the CLI reference. - MCP —
https://mcp.korve.dev/mcp, two tools:searchthe API andexecutecode against it. See MCP setup. - Dashboard — the convenience layer at korve.dev for the things humans prefer to click.
How Korve is built
- Paid-only, usage-based. No free tier, no seats. You pay for what you run, metered against a public rate card to the cent, with a $5/month platform minimum credited against usage.
- One spec, one enforcement point. Auth, roles, and billing gates are declared per operation and enforced once in the API layer. The dashboard, CLI, and MCP inherit identical behavior — there is no surface with secret extra powers.
- Declarative when you want it. Describe projects, environment, and domains in a manifest and apply it. The platform reconciles and never deletes anything you didn’t ask it to.
- Self-healing by default. Failed deploys can be diagnosed by the platform agent, which returns a structured cause and suggested fix.
Runtime classes
Every project picks one of two runtime classes at creation:
See Deploys for what each class expects from your
code.
Next steps
- Quickstart — account to live app in a few minutes.
- Install the CLI.
- Connect an agent over MCP.