Multi-Project support is in early access. All Organizations have a default Project. Contact support to enable additional Projects.
How Projects Work
Project Resources
Resources belong to a Project and are accessible to all Project Collaborators (subject to their role), including:- GPU Clusters — Instant clusters for training and inference
- Volumes — Shared and local storage attached to clusters
- Fine-tuned Models — Custom models trained on your data
- Dedicated Endpoints — Always-on inference endpoints
- Evaluations — Model evaluation runs
- Files — Training data and uploads
Default Project
Every Organization has a Default Project. A few things to know about it:- All Organization Members are automatically granted access to the Default Project
- All historical account usage and resources that pre-date Projects are attributed to this Project (work in progress)
- All Playground usage is attributed to this Project
- It has an “Organization Default Key” that is only accessible to the Organization Owner (see API Keys & Authentication)
- Because all Organization Members have access, do not use the Default Project for sensitive resources. Create a separate Project for those.
Managing Project Collaborators
You can manage Project Collaborators from Settings > Project > Collaborators.Adding Collaborators
- Go to Settings > Project > Collaborators
- Click Add Collaborator
- Enter the user’s email address
- Click Confirm
The user must already belong to your Organization, unless they are being added as an External Collaborator.
Removing Collaborators
- Go to Settings > Project > Collaborators
- Find the Collaborator you want to remove
- Click the three-dot menu next to their name
- Select Remove User
- Confirm the removal
Project API Keys
Each Project has its own API keys. These keys authenticate API requests and are scoped to the Project’s resources. For details on creating, managing, and rotating API keys, see API Keys & Authentication.Common Project Structures
Teams organize Projects differently depending on their needs:| Strategy | Example | Best for |
|---|---|---|
| By team | ml-research, platform-eng, applied-ai | Large Organizations with distinct teams |
| By environment | development, staging, production | Teams that want resource isolation across environments |
| By workload | training, inference, evaluation | Teams that want to separate compute budgets |
| By customer | customer-a, customer-b | Service providers managing multiple clients |
Next Steps
Roles & Permissions
What Admins and Members can do within a Project
API Keys
Create Project-scoped credentials
Cluster Access
Product-specific guide for managing cluster access