{
"invocationId": "inv_123",
"idempotencyKey": "optional-key",
"traceId": "optional-trace-id",
"deadlineAt": "2026-03-18T01:23:45.000Z",
"meeting": {
"id": "meeting_123",
"roomName": "room_abc"
},
"session": {
"id": "ars_123",
"mode": "active"
},
"action": {
"id": "crm.lookup_customer",
"name": "lookup_customer",
"input": {
"email": "user@example.com"
}
},
"context": {
"meetingSummary": "",
"transcriptSummary": "",
"canvasSummary": ""
},
"callbacks": {
"jobResultUrl": "https://atlas.example/v1/gateway/jobs/callback",
"approvalUrl": "https://atlas.example/v1/gateway/approvals/callback",
"authorization": "Bearer ..."
}
}