API
Admin API
ImplementedThe org admin dashboard is a read-only account of what a project already stores. Document mutations stay on the assets routes.
Why this exists
Why this API boundary exists
The org admin dashboard is a read-only account of what a project already stores. Document mutations stay on the assets routes.
Endpoints
GET
/admin/projectsImplementedOrg projects with model and asset counts. Counts that were not measured are null.
Auth: clerk
services/api/app/routes/admin.py
GET
/admin/overviewImplementedRead-only project account: models, graph serialisation, reference canvas, assets, RAG chunks, runs and jobs.
Auth: clerk
services/api/app/routes/admin.py
GET
/admin/graphImplementedRecent graph serialisations and the changes between them.
Auth: clerk
Framework03
services/api/app/routes/admin.py
GET
/admin/activityImplementedMerged activity log for one project.
Auth: clerk
services/api/app/routes/admin.py