Set the organization prompt policy

View as Markdown
Replaces the organization’s prompt policy and bumps its `version`. `prepend` and `append` are each capped at 2000 characters and reach the agent framed as operator policy that adds rules on top of — never in place of — the platform rules, so text asking the agent to drop approval gating changes nothing (the gates are mechanical). Authorization: organization administrators only. Response `{ data: { prepend, append, version } }`.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

Additive-only operator policy. It ADDS rules on top of the platform prompt and can never remove or weaken a platform safety, evidence, approval or tool rule.

prependstringOptional<=2000 characters
appendstringOptional<=2000 characters

Response

The updated organization prompt policy.
dataobject