iiRecord
Agentic AI Atlas · POST /api/runs/:runId/tasks/:effectId/approve
api-endpoint:agent-mux-gateway-post-run-task-approvea5c.ai
II.
APIEndpoint JSON

api-endpoint:agent-mux-gateway-post-run-task-approve

Structured · live

POST /api/runs/:runId/tasks/:effectId/approve json

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

File · extensions/api-endpoints/agent-mux-gateway-endpoints.yamlCluster · extensions
Record JSON
{
  "id": "api-endpoint:agent-mux-gateway-post-run-task-approve",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "POST /api/runs/:runId/tasks/:effectId/approve",
    "method": "POST",
    "path": "/api/runs/:runId/tasks/:effectId/approve",
    "responseShape": "{ success: true } | { error }",
    "authRequired": false,
    "description": "Approve a breakpoint effect by writing tasks/<effectId>/result.json and appending an EFFECT_RESOLVED journal entry (body: answer). Source: packages/agent-mux/gateway/src/kanban/routes.ts:1490-1504."
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:agent-mux-gateway-post-run-task-approve",
      "to": "package:a5c-ai-agent-mux-gateway",
      "kind": "exposed_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-agent-mux-gateway",
      "to": "api-endpoint:agent-mux-gateway-post-run-task-approve",
      "kind": "exposes_endpoint",
      "attributes": {}
    }
  ]
}