Access model
Projects, organizations and access
Use organizations as ownership boundaries and projects as product representations. Private projects are visible to their creator, while public projects are visible to every authenticated user.
Supported controls
- User registration and loginCookie-based Identity authentication for GUI access.
- OrganizationsCreate organization namespaces for projects.
- ProjectsCreate public or private projects under an organization.
- Project tokensCreate bearer tokens for API access to a project.
Route shape
/{org}/{project}
Project pages expose overview, releases, tokens and settings for the selected project.
Example
Create a project token before using the API
Project tokens are the bridge between the management GUI and runtime ingestion. Create one from the project token page, then use it as a bearer token against API routes.
Authorization: Bearer {project-token}