> ## 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.

# Project Settings

> Coordinate Starter Kit customizations with Cloud Admin project data.

Project metadata—names, descriptions, API keys—is mastered inside Cloud Admin and synchronized through the Cloud API. The Starter Kit does not maintain a separate settings screen today, which keeps the docs consistent with shipped functionality.

* If you need to surface project data in the UI, call the `/api/v1/projects/{project_id}` endpoint using the authenticated fetch helpers. The backend already exposes read models through the event-sourced projectors detailed in `CURRENT_FEATURES.md`.
* Any write operations (renaming a project, rotating keys) should continue to happen in Cloud Admin so the platform maintains a single source of truth.
* We will document supported extension points here once project-scoped configuration screens land in the public Starter Kit.
