Skip to main content

GET /auth/me

Returns the authenticated user’s identity, current org, and membership.
Response:

PATCH /organizations/:id

Update org settings.
Editable fields include name, default project settings, and integration settings.

DELETE /organizations/:id/integrations/github

Disconnect the GitHub App integration. Existing GitHub-backed projects fail builds until reconnected.

PATCH /organizations/:id/perforce

Configure or update Perforce server credentials.
The endpoint runs p4 info to validate before persisting. Returns 400 if creds are wrong.