II.
Layer JSON
Structured · livelayer:7-workspace
Workspace json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "layer:7-workspace",
"_kind": "Layer",
"_file": "stack-layers/layers/layer-7-workspace.yaml",
"_cluster": "stack-layers",
"attributes": {
"displayName": "Workspace",
"position": 7,
"path": "surfacing",
"scope": "Materialized working context the agent reads, writes, indexes, and reasons over.",
"summary": "The workspace is the materialized working directory or project context the\nagent operates against — a git worktree, clone, symlinked overlay,\nIDE-managed project, mounted remote, or virtual ephemeral workspace.\nWorkspace posture includes materialization, storage backend, indexing,\ngit hooks, artifact scope, and multi-tenant policy. Realized by `Workspace` nodes.\n",
"responsibilities": [
"Materialize project files, indexes, artifacts, and session-visible state.",
"Define git/worktree, mounting, overlay, and persistence behavior.",
"Bound what files, generated outputs, and caches belong to the agent task."
],
"examples": [
"Local repository, remote clone, IDE project, container-mounted workspace.",
"Git worktree, generated artifact directory, vector/code index, cache scope.",
"LangGraph app state when backed by project files or persisted stores."
],
"fitNotes": "Some products are read-only and omit this layer. Others delegate workspace\nownership to an IDE, CI runner, hosted environment, or user shell.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "stack-part:krate-agent-workspaces",
"to": "layer:7-workspace",
"kind": "realizes",
"attributes": {
"notes": "Agent workspace provisioning and lifecycle"
}
},
{
"from": "workspace:github-codespaces",
"to": "layer:7-workspace",
"kind": "realizes",
"attributes": {}
},
{
"from": "workspace:local-developer-default",
"to": "layer:7-workspace",
"kind": "realizes",
"attributes": {}
},
{
"from": "page:agent-generate-universal-agentic-stack-orientation",
"to": "layer:7-workspace",
"kind": "documents"
},
{
"from": "page:agent-generate-universal-agentic-stack-builder-fit",
"to": "layer:7-workspace",
"kind": "documents"
},
{
"from": "page:agent-generate-universal-agentic-stack-landscape-diagram",
"to": "layer:7-workspace",
"kind": "documents"
},
{
"from": "page:agent-generate-universal-agentic-stack-placement-checklist",
"to": "layer:7-workspace",
"kind": "documents"
},
{
"from": "page:agent-generate-universal-agentic-stack-worked-examples",
"to": "layer:7-workspace",
"kind": "documents"
},
{
"from": "page:agent-generate-universal-agentic-stack-common-confusions",
"to": "layer:7-workspace",
"kind": "documents"
},
{
"from": "page:agent-generate-universal-agentic-stack-reading-paths",
"to": "layer:7-workspace",
"kind": "documents"
},
{
"from": "page:agent-generate-universal-agentic-stack-comparison-matrix",
"to": "layer:7-workspace",
"kind": "documents"
},
{
"from": "page:agent-generate-universal-agentic-stack-review-template",
"to": "layer:7-workspace",
"kind": "documents"
},
{
"from": "page:agent-generate-universal-agentic-stack-faq",
"to": "layer:7-workspace",
"kind": "documents"
},
{
"from": "page:agent-generate-universal-agentic-stack",
"to": "layer:7-workspace",
"kind": "documents"
},
{
"from": "page:agent-generate-universal-agentic-stack-layers",
"to": "layer:7-workspace",
"kind": "documents"
},
{
"from": "page:agent-generate-universal-agentic-stack-source-map",
"to": "layer:7-workspace",
"kind": "documents"
},
{
"from": "page:views-agent-stack-tower",
"to": "layer:7-workspace",
"kind": "documents"
}
]
}