Create Project
create_projectCreate a new project in the platform with a unique name and primary language, getting back the project and its assigned ID.
Instructions
Create a new project in the platform. Returns the created project with its assigned ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name (must be unique) | |
| tags | No | Tags for categorization | |
| region | No | Deployment region | us-east-1 |
| language | Yes | Primary programming language | |
| description | No | Project description |