Plane docs
ApiSchemas

Policies

One shape from the contract, as it appears on the wire.

Used by agents.create, agents.promote, agents.update, agents.upsert, agents.versions

JSON Schema

{
  "type": "object",
  "properties": {
    "toolCalls": {
      "$ref": "#/components/schemas/ToolCallPolicy"
    },
    "decisions": {
      "$ref": "#/components/schemas/DecisionPolicy"
    }
  },
  "additionalProperties": false
}

On this page