scale-to-zero project has a connected repository, every open pull
request gets a preview environment: a full deployment of that PR’s code on
its own managed subdomain.
Lifecycle — fully automatic
- PR opened → preview created and deployed.
- PR updated → preview redeployed with the new commits.
- PR closed or merged → preview torn down; the app and subdomain are released.
Inspecting previews
API:
GET .../previews; MCP: await korve.previews.list({ orgId, projectId }).
See the Previews API.
Removing one by hand
Notes
- Previews run with the project’s current environment variables.
- Preview traffic meters like any other scale-to-zero usage and counts toward the project’s budget.
- Previews currently apply to
scale-to-zeroprojects.