Plane docs
ApiSchemas

DecisionExpiry

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

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

Referenced from DecisionPolicy

JSON Schema

{
  "type": "string",
  "enum": [
    "deny",
    "cancel_turn"
  ]
}

On this page