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