projects_create
Create a new project in your active billing account. Specify project name, plan, and region.
Instructions
Create a new project in the active billing account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| planId | Yes | Plan ID (UUID) — use 'plans' CLI command to list available plans | |
| region | No | Deployment region (e.g. lon1) | lon1 |
| description | No | Project description (optional) | |
| accountId | No | Billing account ID (uses active account if omitted) |