project_create_data_store
Category: project
Create one project data store. Use when: Use for canonical project graph mutations. on_conflict controls duplicate-key handling: "error" (default) fails, "update" applies the request to the existing data store as a guarded update, "suffix" retries with a numbered key (key_2, key_3, ...). Do not use when: Do not use to update existing data store; use project_update_data_store. Expected response time: sync <2s Token cost: medium.
Output: JSON text content from the canonical service adapter.
Input schema
Expand to load the generated JSON schema.