Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/api/v0/projectsGET
For a signed-in session, lists every project across all orgs the caller belongs to. For a project-scoped API key, lists only the key's own project.
Response
200
projects *object[]
Show item properties
projectId *string
orgId *string
name *string
subdomain *string | null
currentDeploymentId *string | null
defaultBranch *string | null
githubOwner *string | null
githubRepo *string | null
createdAt *number
Unix epoch milliseconds.
updatedAt *number
Unix epoch milliseconds.
orgName *string
Request example
curl -X GET "https://api.example.com/api/v0/projects"