Active Projects
Users usually work in the context of an Active Project, but they can also work in the context of an Organization. The current Active Project is shown in the upper left corner of the page, in the organization/project select box. If only an Organization name appears, no project is currently selected. In a Project context, the Templates tab shows only templates associated with this project, and the Settings tab (available only to project admins) shows the users associated with this project.Environments are only accessible in a Project context. If no project is selected, a Projects tab will appear, instead of the Environments tab. This tab shows a list of all projects associated with the current user. Select a project to set it as the Active project. To switch to the Organization view, select the organization in the organization/project select box.
Create a New Project
To create a new project, you must to be in an Organization context, with no Active Project selected.Select the Projects tab, and then click Create New Project. Enter a project name and description. A new project will be created and set as the Active Project. You can then associate users with the project, in the settings.
Associate Templates with a Project
Only templates that are associated with the current project can be used to create environments. A newly created project has no templates associated with it, to manage the project templates, select an Active Project, then:- Select the Templates tab, and then click Manage Templates
- This shows a list of all available templates in the current Organization, from which you can select one to associate with the current project.
- Click Save to save the new associations.
Manage User Access Control to a Project
For details on how to manage user access control in a specific project, see Users & Roles.Finding The Project ID
Sometimes you may need your project id for using it in our terraform provider or for some API calls. You can find it under theGeneral tab in Project Settings

Archive Project
Archiving a project is a way to make it inactive without permanently deleting it. This can be useful for projects that are no longer in active development but may need to be referenced or reactivated later. When you archive a project, the following changes will take effect:- Running Environments: Any active environments within the project will not be destroyed. However, they will be marked as inactive and will not be accessible for deployment or management.
- Deployments: Continuous and scheduled deployments will no longer run for the archived project.
- Project Visibility: The project will be hidden from the main list of projects in your organization’s dashboard.
- Budget Notifications: You will no longer receive notifications for any configured budget thresholds, even if they are exceeded. This allows you to keep your project list clean and focused on active work, while still preserving the configuration and history of older projects.