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