iiRecord
Agentic AI Atlas · Krate Agent Dispatch
interaction-primitive:krate-agent-dispatcha5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:krate-agent-dispatch

Structured · live

Krate Agent Dispatch json

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

File · domain/products/krate-agent-layer.yamlCluster · domain
Record JSON
{
  "id": "interaction-primitive:krate-agent-dispatch",
  "_kind": "InteractionPrimitive",
  "_file": "domain/products/krate-agent-layer.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Krate Agent Dispatch",
    "description": "Manual or automated dispatch of an agent from the Krate UI or API.\nThe user or automation selects an Agent Stack, provides optional\ncontext overrides, and initiates a Dispatch Run. The dispatch\ncontroller assembles context, provisions a workspace, spawns the\nagent session, and monitors it through completion. Supports both\nsynchronous (wait for result) and fire-and-forget dispatch modes.\n",
    "kind": "cli",
    "surface": "cli",
    "category": "interaction-primitive-category:lifecycle",
    "availableInModes": [
      "headless"
    ],
    "requiresPermission": true
  },
  "outgoingEdges": [
    {
      "from": "interaction-primitive:krate-agent-dispatch",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:krate-agent-dispatch",
      "to": "interaction-primitive-category:lifecycle",
      "kind": "in_category",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:krate-agent-dispatch",
      "to": "topic:krate-agent-dispatch-run",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:krate-agent-dispatch",
      "to": "topic:krate-agent-stack",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:krate-agent-dispatch",
      "to": "topic:agent-dispatch-as-ci",
      "kind": "integrates_with",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "platform:krate",
      "to": "interaction-primitive:krate-agent-dispatch",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "api-endpoint"
        }
      }
    }
  ]
}