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

# Managing Multiple Projects

> Keep track of several project workspaces inside one developer account.

Developers can own multiple projects because the backend associates each project with a developer ID through the event store:

* The console's project list is powered by `fetchProjects()`, which pulls every project tied to the authenticated developer via `/api/v1/projects`.
* API key listings are scoped per project, matching the Cloud API routes documented under `cloud-api/projects/*`.
* As the UI grows, this page will show filters, status indicators, and lifecycle actions that remain faithful to the real implementation.
