II.
Topic JSON
Structured · livetopic:krate-agent-workspace
Krate Agent Workspace json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:krate-agent-workspace",
"_kind": "Topic",
"_file": "domain/products/krate-agent-layer.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate Agent Workspace",
"description": "Provisioned Git worktree for agent work. Each dispatch run gets an\nisolated workspace with its own branch, working directory, and\nenvironment variables. Workspaces are created according to the\nWorkspace Policy and cleaned up after the run completes or after\na configurable retention period.\n"
},
"outgoingEdges": [
{
"from": "topic:krate-agent-workspace",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-workspace",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-workspace",
"to": "topic:agent-run-lifecycle",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-workspace",
"to": "topic:krate-agent-dispatch-run",
"kind": "requires",
"attributes": {}
},
{
"from": "topic:krate-agent-workspace",
"to": "topic:krate-agent-workspace-policy",
"kind": "related_to",
"attributes": {}
},
{
"from": "topic:krate-agent-workspace",
"to": "topic:krate-agent-workspace-runtime",
"kind": "related_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "topic:krate-agent-workspace-policy",
"to": "topic:krate-agent-workspace",
"kind": "related_to",
"attributes": {}
},
{
"from": "topic:krate-agent-dispatch-run",
"to": "topic:krate-agent-workspace",
"kind": "related_to",
"attributes": {}
},
{
"from": "topic:krate-agent-workspace-runtime",
"to": "topic:krate-agent-workspace",
"kind": "requires",
"attributes": {}
}
]
}