Access control is enforced by headers (Documentation Index
Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
X-User-Role, X-Developer-Key, X-Project-ID, X-API-Key) validated in app/system/auth/rbac.py. Cloud Admin will layer UI on top of these rules so developers can:
- Activate or deactivate end-user accounts by issuing commands that update the read models.
- Invite additional collaborators by granting project membership via forthcoming endpoints.
- Revoke access by removing keys or toggling
is_active, matching the underlying database schema.

