update_policyUpdate profile policy
Changes a profile’s guardrails. Only the fields you send are modified.
- Category
- Policy
- Calls
- PUT/v1/policy
- Safe to auto-approve
- No. It changes data, so keep a human in the loop or scope the key.
Parameters
requireApprovalbooleanoptionalRequire human approval before anything publishes.
allowedPlatformsenum[] | nulloptionalRestrict publishing to these platforms. null clears the limit.
maxPostsPerDayinteger | nulloptionalCap posts per day. null clears the limit.
profileIdstringoptionalProfile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.
Example
A tool call as an MCP client would send it.
{
"name": "update_policy",
"arguments": {}
}