Projects
Projects are the top-level container for public state, user state, API keys, and hosted-auth settings in SkyState. Each project has a name, a globally unique URL-safe slug, and three fixed environments (development, staging, production).
Developers normally manage projects through the CLI and console.
The developer bearer route group is:
text
/v1/{accountId}/projectsIt includes project list/create/show/update/delete, user-state summary, project API keys, and end-user auth settings.
- Create and manage projects via CLI: See
sky project - View and configure projects in the console: See Console - Projects
- Project settings (name, environments, API keys, delete): See Console - Settings