iiRecord
Agentic AI Atlas · Workspace Create
orch-primitive:workspace-createa5c.ai
II.
OrchestrationPrimitive JSON

orch-primitive:workspace-create

Structured · live

Workspace Create json

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

File · agent-stack/interaction-primitives/orchestration-primitives.yamlCluster · agent-stack
Record JSON
{
  "id": "orch-primitive:workspace-create",
  "_kind": "OrchestrationPrimitive",
  "_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Workspace Create",
    "description": "Create an isolated per-task workspace for agent execution. Depending on the\norchestrator, this may involve creating a git branch, a worktree directory,\na Docker container, or a cloud sandbox. The workspace provides filesystem\nand version-control isolation so agents do not interfere with each other.\n",
    "orchestrationKind": "workspace-lifecycle",
    "trigger": "event-driven"
  },
  "outgoingEdges": [
    {
      "from": "orch-primitive:workspace-create",
      "to": "layer:13-orchestration",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "orch-primitive:workspace-create",
      "to": "topic:agent-dispatch",
      "kind": "orch_applies_to",
      "attributes": {}
    },
    {
      "from": "orch-primitive:workspace-create",
      "to": "skill-area:local-development",
      "kind": "orch_requires_skill_area",
      "attributes": {}
    },
    {
      "from": "orch-primitive:workspace-create",
      "to": "orch-primitive:agent-dispatch",
      "kind": "orch_triggers",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-core-impl:symphony.core@current",
      "to": "orch-primitive:workspace-create",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "orch-primitive:workspace-create",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "orch-primitive:task-assign",
      "to": "orch-primitive:workspace-create",
      "kind": "orch_triggers",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:sweep-ai.core@current",
      "to": "orch-primitive:workspace-create",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-ui-impl:vibe-kanban.ui@current",
      "to": "orch-primitive:workspace-create",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ]
}