build_create_project
Create a NEW project (domain-admin keys only; plan-gated). Mints the project's schema_namespace + an API key (returned ONCE). Use for a fresh app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name/slug. | |
| description | No | Optional: what the app is for — persisted on the project so future sessions build to it. | |
| display_name | No | ||
| requirements | No | Optional: the confirmed requirements/plan bullets — persisted on the project record (future sessions read them via build_get_project). | |
| schema_namespace | No | Optional; server normalizes/derives if omitted. |