Create
deploys
Create
Queue a new deployment of the project. Defaults to the production environment; custom environments deploy to their own managed subdomain ("https://<project-slug>-<environment>.korve.app").
POST
Create
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The organization's id (UUID) or slug — either form is accepted.
The project's id (UUID) or slug — either form is accepted.
Body
application/json
Source repository as "owner/repo".
Pattern:
^[A-Za-z0-9_.-]+/[A-Za-z0-9_.-]+$Branch, tag, or commit. Defaults to main.
Environment to deploy to. Defaults to "production". An environment that does not exist on the project answers 404. Preview deployments are created from pull requests, never here.
Pattern:
^[a-z][a-z0-9-]{0,38}$