{
"agents": [
{
"id": "clx_agent_123",
"name": "OCR Quote Intake",
"description": "Extract quote data from emails and attachments.",
"behaviorType": "pipeline",
"lanes": [
{
"id": "start_ocr_quote_intake",
"name": "OCR Quote Intake",
"mode": "structured",
"inputSchema": {
"type": "object",
"additionalProperties": true,
"required": ["sourceRecordType", "sourceRecordId"],
"properties": {
"sourceRecordType": { "type": "string" },
"sourceRecordId": { "type": "string" },
"emailBody": { "type": "string" }
}
},
"attachments": {
"supported": true,
"required": false,
"fields": [],
"acceptedTypes": [],
"maxRequestBytes": 26214400
}
}
],
"defaultLaneId": "start_ocr_quote_intake",
"updatedAt": "2026-05-26T00:00:00.000Z"
}
]
}