iiRecord
Agentic AI Atlas · POST /api/v1/questions/{id}/answers
api-endpoint:breakpoints-mux-server-client-questions-answersa5c.ai
II.
APIEndpoint JSON

api-endpoint:breakpoints-mux-server-client-questions-answers

Structured · live

POST /api/v1/questions/{id}/answers json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/api-endpoints/breakpoints-mux-server-client.yamlCluster · extensions
Record JSON
{
  "id": "api-endpoint:breakpoints-mux-server-client-questions-answers",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/breakpoints-mux-server-client.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "POST /api/v1/questions/{id}/answers",
    "method": "POST",
    "path": "/api/v1/questions/{id}/answers",
    "authRequired": true,
    "description": "[direction: outbound-client] Submit an answer to a breakpoint. Body:\n{ expertId, expertName, text, approved, confidence, references,\nfollowUpQuestions, decisionMemory }. Note: signing fields rejected\nserver-side (ServerBackendError 400).\nSource: packages/breakpoints-mux/src/backends/server.ts:424-450.\n"
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:breakpoints-mux-server-client-questions-answers",
      "to": "package:a5c-ai-breakpoints-mux",
      "kind": "exposed_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-breakpoints-mux",
      "to": "api-endpoint:breakpoints-mux-server-client-questions-answers",
      "kind": "exposes_endpoint",
      "attributes": {}
    }
  ]
}