II.
ToolServer JSON
Structured · livetool-server:kradle-agent-dispatch
Kradle Agent Dispatch API json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}