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.