Create project
create_projectCreate an empty, versioned research project. Queues a hosted job; use get_job to retrieve its result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| requestId | Yes | A new UUID for this job, reused only when retrying identical inputs. | |
| idempotencyKey | Yes | ||
| workspaceToken | Yes | Secret workspace capability returned by create_workspace. Treat as a password; never place in a query string. |