Overview
Projects are containers for organizing your cloud resources. Create separate projects for different environments (production, staging, development) or teams.Prerequisites
Create a Project
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Project name (must be unique within your account) |
description | string | No | Optional description of the project’s purpose |
Response
Using Your Project
Once created, pass the project ID in theX-Project-ID header for all resource operations:
Best Practices
- One project per environment — Separate production, staging, and development resources
- Descriptive names — Use clear names like
prod-backendorstaging-frontend - Add descriptions — Document the purpose of each project for team clarity
Next Steps
- Move Resources — Move existing resources between projects
- API Reference: Create Project — Full API specification