create_project
Create a new Open Science research project with a name and idempotency key, ensuring a visible workspace while preventing duplicate submissions.
Instructions
Create a project visible in Open Science. Same-key retries are protected only in the same daemon lifetime within 24 hours of the first request; inspect existing projects after restart or expiry before retrying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| agent_context | No | ||
| idempotency_key | Yes | Generate once per intended operation (for example a UUID). Same-key/same-argument replay is protected only in the same Open Science daemon lifetime, within 24 hours of the first request. After restart, expiry, or uncertain instance identity, inspect existing IDs and UI before deciding whether to retry. |