Skip to content

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}/projects

It includes project list/create/show/update/delete, user-state summary, project API keys, and end-user auth settings.