Projects API
Manage projects and repositories.
Projects are the organizational unit for sessions, resources, and analytics. Repositories link git repos to projects.
All endpoints are organization-scoped: /:org_id/projects.
Projects
List projects
GET /:org_id/projectsCreate project
POST /:org_id/projects
Content-Type: application/json
{
"name": "Customer Portal",
"slug": "customer-portal",
"project_type": "repository"
}project_type values: repository (single-repo, default) or workspace (multi-repo).
Show project