ApiSchemas
InlineHook
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 ToolCallHook
JSON Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"minLength": 1
},
"auth": {
"$ref": "#/components/schemas/InlineHookAuth"
}
},
"required": [
"url"
],
"additionalProperties": false
}