Project settings are stored in the event-sourced read models maintained by the backend projectors. Cloud Admin will soon expose edit forms that call the relevant command handlers; today, you can adjust data using the Cloud API endpoints (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.
PATCH /api/v1/projects/{project_id} once released).
- The console already fetches project lists via
fetchProjects(), so any updates you apply through the API appear instantly in the UI. - Activation flags (
is_active) flow directly from the database schema defined indevkit4ai/backend-api/app/features/projects. - This page will expand with UI instructions as soon as the management forms land in the console.

