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/meGET
For a signed-in session, returns the user, all orgs they belong to, and projects per org. For a project-scoped API key, returns only the key's org and its single project (no user identity). For an org-scoped API key, returns all projects in that org.
Response
200
user *object | null
Null when authenticated with an API key.
orgs *object[]
Show item properties
id *string
name *string
role *string
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
source *string | null
externalId *string | null
createdAt *number
Unix epoch milliseconds.
updatedAt *number
Unix epoch milliseconds.
Request example
curl -X GET "https://api.example.com/api/v0/me"