df_create_project
Create a new DataForge project with an initial version automatically generated. Provide a name, optional color, and description to set up a project for managing semantic metadata.
Instructions
WRITES TO DATAFORGE. Create a project. An initial version is created with it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | Hex colour, e.g. #2479BC | |
| description | No | ||
| idempotency_key | No | Optional UUID v4. Reusing a key within 24 hours replays the original response instead of applying the change twice. One is generated automatically when omitted. |