project_create_world
Category: project
Create one project world. Use when: Use for canonical project graph mutations. on_conflict controls duplicate-key handling: "error" (default) fails, "update" applies the request to the existing world as a guarded update, "suffix" retries with a numbered key (key_2, key_3, ...). Do not use when: Do not use to update existing world; use project_update_world. 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.