Welcome to LaunchVerseQuickstartDashboard OverviewImporting Projects
LaunchVerse ForgeScale-to-ZeroEnvironment Variable VersioningRollbacks & PromotionsPreview Environments
Helix CopilotEphemeral SandboxesAI Log Explainer
The LaunchVerse EdgeCustom Domains & TLSDomain PurchasingTwo-Factor Authentication (TOTP)IP Allowlists
Managed DatabasesDatabase Backups & RestoresLog DrainsObservability
Project GroupsRole-Based Access Control (RBAC)
Student ProgramDeveloper Streaks
AuthenticationProjectsDeploymentsDomainsDatabasesError Codes & Conventions
Changelog
Deployment GuideEnvironment Variables & SecretsTeam ManagementWeb ShellHow Builds Work (Forge)
JavaScript SDKPython SDK
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↗