Create a record
create_recordCreate a new record in an upstream system. Preview the exact payload with a dry run, then confirm to execute.
Instructions
Create a new record in the upstream system. Defaults to a dry run: confirm=true is required to execute, while the default returns a preview of the exact payload that would be sent. Set confirm=true to execute — this also requires the deployment to have ALLOW_WRITES enabled, independent of this flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new record. | |
| reason | Yes | Why this record is being created — required so the audit log carries intent, not just the payload. | |
| confirm | No | Set true to execute. Default false returns a dry-run preview only. |