create_policy
Create a new policy draft by providing its fields in camelCase; the backend validates the input and returns the policy with its id and version.
Instructions
Create a new policy draft. Pass the entity's fields (camelCase) in fields; the backend validates them. Returns the created policy with its id and version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | The policy's fields as a JSON object (camelCase keys), e.g. { "name": "…", "description": "…" }. |