REST Endpoints
Implemented Endpoints
Section titled “Implemented Endpoints”| Method | Path | Required scope |
|---|---|---|
GET | /api/v1/projects | api:projects:read |
POST | /api/v1/projects | api:projects:write |
GET | /api/v1/projects/:id | api:projects:read |
PATCH | /api/v1/projects/:id | api:projects:write |
DELETE | /api/v1/projects/:id | api:projects:write |
GET | /api/v1/directory-records | api:participants:read |
GET | /api/v1/participants | api:participants:read |
POST | /api/v1/participants | api:participants:write |
GET | /api/v1/participants/:id | api:participants:read |
PATCH | /api/v1/participants/:id | api:participants:write |
DELETE | /api/v1/participants/:id | api:participants:write |
GET | /api/v1/participants/:id/members | api:participants:read |
POST | /api/v1/participants/:id/members | api:participants:write |
DELETE | /api/v1/participants/:id/members/:directory_entry_id | api:participants:write |
GET | /api/v1/labels | api:labels:read |
POST | /api/v1/labels | api:labels:write |
GET | /api/v1/labels/:id | api:labels:read |
PATCH | /api/v1/labels/:id | api:labels:write |
DELETE | /api/v1/labels/:id | api:labels:write |
GET | /api/v1/delegations | api:delegations:read |
POST | /api/v1/delegations | api:delegations:write |
GET | /api/v1/delegations/:id | api:delegations:read |
PATCH | /api/v1/delegations/:id | api:delegations:write |
DELETE | /api/v1/delegations/:id | api:delegations:write |
POST | /api/v1/resolve | api:resolve |
GET | /api/v1/resolve-requests | api:resolve-requests:read |
GET | /api/v1/resolve-requests/:id | api:resolve-requests:read |
Use the entity pages in this section for filters, request bodies, response
shape notes, and language-specific examples. Error responses use strict
Problem Details and intentionally omit legacy error and
message fields.
Not Exposed As REST Groups
Section titled “Not Exposed As REST Groups”The current REST surface does not include documented endpoints for:
- Team members
- AI agents
- Service accounts
- API keys
- Audit events
- Model runs
- Provider connectors
- Platform settings
These areas are managed through the Platform web UI today.