Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
Dashboard
Get Started
Ask AI
Menu
Docs
Pricing
Changelog
API
/api/v0/projects
GET
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
Ask AI about this page
Copy as Markdown
Request example
cURL
curl -X GET "https://api.example.com/api/v0/projects"
Powered by
Holocron