Welcome to LaunchverseQuickstartDashboard Overview
Deployment GuideEnvironment Variables & SecretsCustom DomainsTeam ManagementPreview EnvironmentsRollback & PromoteWeb ShellHow Builds Work (Forge)
AuthenticationProjectsDeploymentsDomainsDatabasesError Codes & Conventions
JavaScript SDKPython SDK
Changelog
API Reference (Redoc)

Projects API

Manage your deployed applications and their metadata.

List Projects

GET /api/v1/projects

Returns all projects for the authenticated team. Cursor-paginated.

Get a Project

GET /api/v1/projects/:id

Returns a single project by ID.

Create a Project

POST /api/v1/projects

Create a new project from a connected GitHub repository.

Delete a Project

DELETE /api/v1/projects/:id

Permanently deletes a project and all associated deployments and resources.

Edit this page on GitHub↗