Console API
GET
/api/orgsResources & members
| Endpoint | Returns |
|---|---|
GET /api/accounts/me | Your account, plan and role flags. |
GET /api/orgs · GET /api/orgs/{id} | Visible organizations (filter by name/type). |
GET /api/workspaces · GET /api/workspaces/{id} | Workspaces, filterable by org. |
GET /api/projects · GET /api/projects/{id} | Projects, filterable by org / workspace. The detail view includes the project's allowed-model list and credit. |
GET /api/org-members | Members of an org (orgId). |
GET /api/workspace-members | Members of a workspace (workspaceId). |
GET /api/project-members | Members of a project (projectId). |