Skip to main content
An organization contains projects. A project is one deployable application with a permanent slug, a production environment, and optional named environments. The slug addresses both the API and the managed https://<slug>.korve.app hostname. production and preview are implicit. Create named environments such as staging when you need a stable URL and independent configuration. Environment-scoped resources never silently fall back to production.
Project commands resolve --project, then KORVE_PROJECT, then the project written by korve link <slug>. Use explicit project and environment arguments in CI. See Environments, previews, and the Projects API.