ApiSchemas
SubagentPolicy
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": {
"selfDelegation": {
"type": "boolean"
},
"maxDepth": {
"type": "integer",
"minimum": 0,
"maximum": 5
},
"maxConcurrent": {
"type": "integer",
"minimum": 1
},
"maxTotalPerSession": {
"type": "integer",
"minimum": 1
},
"childInputTokenBudget": {
"type": "integer",
"minimum": 1
}
},
"additionalProperties": false
}