ReferenceAPI
Admit Agentloop
Header Parameters
Idempotency-Key*string
Length
1 <= length <= 128Request Body
application/octet-stream
TypeScript Definitions
Use the request body type in TypeScript.
body*file
Format
binaryLength
length <= 33554432Response Body
application/json
application/json
curl -X POST "https://example.com/v1/agentloops" \ -H "Idempotency-Key: string" \ -H "Content-Type: application/octet-stream" \ -d 'string'{ "identity": "string", "status": "admitted", "error": { "code": "string", "message": "string", "retryable": true, "details": null }}