Plane docs
ApiSchemas

Limits

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": {
    "maxTurns": {
      "type": "integer",
      "minimum": 1
    },
    "maxInputTokensPerSession": {
      "type": "integer",
      "minimum": 1
    }
  },
  "additionalProperties": false
}

On this page