Skip to Content
API ReferenceAgentPOST /problem

POST /agent/problem

Problem Agent

Report an agent problem — composable infra architecture.

Request Body (ProblemAgentApiRequest)

FieldTypeRequiredDescription
typestringYesProblem type: feature, bug, question, other
messagestringYesProblem description (max 1000 chars)
idempotency_keystringNoOperation key for ack — promotes or rejects a dormant problem
acceptbooleanNoAccept (promote) or reject dormant state. Only meaningful with idempotency_key

Response (ProblemAgentApiResponse)

FieldTypeRequiredDescription
problem_idstringYesUUID of the created problem
successbooleanNoWhether the problem was created
messagestringNoStatus message
idempotency_keystringNoIdempotency key echoed back for client correlation
Last updated on