air_create_project
Create a project in a domain using name, slug, and domain PID. Optionally add description. Returns project PID and slug.
Instructions
Create a project in a domain. Requires domains:write (fullPipeline preset). Returns project pid and slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the project | |
| slug | Yes | URL-safe slug (unique within the domain) | |
| domainPid | Yes | Domain pid from air_list_domains | |
| description | No | Optional project description |