iiRecord
Agentic AI Atlas · Kradle Agent Dispatch API
tool-server:kradle-agent-dispatcha5c.ai
II.
ToolServer JSON

tool-server:kradle-agent-dispatch

Structured · live

Kradle Agent Dispatch API json

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

File · domain/products/kradle.yamlCluster · domain
Record JSON
{
  "id": "tool-server:kradle-agent-dispatch",
  "_kind": "ToolServer",
  "_file": "domain/products/kradle.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Kradle Agent Dispatch API",
    "description": "REST API endpoints for dispatching AI coding agents within Kradle.\nHandles the full dispatch lifecycle: creating AgentDispatchRun\nresources, performing permission review against org policies,\nassembling the context bundle (repo checkout, memory snapshots,\nCLAUDE.md), launching the agent as a Kubernetes Job via adapters,\nstreaming session output, and collecting results. Supports manual\ndispatch (via UI or kubectl), PR-triggered dispatch, and\nscheduled dispatch via CronJob resources.\n",
    "protocol": "rest",
    "category": "agent-dispatch",
    "repoUrl": "https://github.com/a5c-ai/babysitter/tree/staging/packages/kradle/cli",
    "installCommand": "npm install && npm test --workspace=@a5c-ai/kradle-cli",
    "npmPackage": "@a5c-ai/kradle-cli"
  },
  "outgoingEdges": [
    {
      "from": "tool-server:kradle-agent-dispatch",
      "to": "agent:adapters",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:kradle-agent-dispatch",
      "to": "agent:babysitter",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:kradle-agent-dispatch",
      "to": "tool:kubernetes",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:kradle-agent-dispatch",
      "to": "domain:platform-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:kradle-agent-dispatch",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}