Aex Brain
ReferenceAPI

Admit Agentloop

POST
/v1/agentloops

Header Parameters

Idempotency-Key*string
Length1 <= length <= 128

Request Body

application/octet-stream

TypeScript Definitions

Use the request body type in TypeScript.

body*file
Formatbinary
Lengthlength <= 33554432

Response 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  }}