Overview
Projects are the fundamental resource namespace in Polystack. Every instance, volume, network, and image belongs to a project. Projects allow you to isolate resources between teams, enforce independent quotas, and apply fine-grained role-based access control. This guide covers creating projects, adding members, assigning roles, and managing project lifecycle.Prerequisites
- An active Polystack account with appropriate permissions
- Access to the Polystack Dashboard or CLI configured with credentials
- API credentials sourced (
source openrc.sh)
Create a Project
- Dashboard
- CLI
Navigate to Identity
Navigate to
Identity > Projects (admin view).
Create a project
Click Create Project and fill in the form:
Confirm creation
Click Confirm. The project appears in the list immediately.
The new project is visible in Identity > Projects (admin view) with status Enabled.
Manage Project Members
Add users to a project and assign the appropriate role to control what each user can do.- Dashboard
- CLI
Open project members
Navigate to Identity > Projects (admin view). On the target project row, click the
More dropdown and select Manage User.
Add a member
Click Add Member, select a user from the dropdown, and select a role:
Confirm membership
The user appears in the members list with the assigned role.
Update and Disable Projects
- Dashboard
- CLI
Open the project in Identity > Projects (admin view) and click Edit to modify the
name, description, or enabled state. Disabling a project immediately prevents new
resource creation but does not delete existing resources.
Project Quotas
Quotas cap the total resources a project can consume. Administrators set quotas per project to prevent any single team from exhausting shared infrastructure.View current project quotas
Check actual usage against quotas
Quota changes are applied by your platform administrator. Contact your admin or refer
to the Identity Admin Guide to modify project quotas.
Next Steps
Users
Create user accounts and assign them to projects with appropriate roles.
Application Credentials
Generate non-interactive credentials scoped to project roles for automation pipelines.
Compute User Guide
Launch and manage compute instances within your project.
Identity Admin Guide
Configure domain management, token policies, and authentication backends.
