iiRecord
Agentic AI Atlas · Paste image
interaction-primitive:paste-imagea5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:paste-image

Structured · live

Paste image json

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

File · agent-stack/interaction-primitives/voice-and-telemetry.yamlCluster · agent-stack
Record JSON
{
  "id": "interaction-primitive:paste-image",
  "_kind": "InteractionPrimitive",
  "_file": "agent-stack/interaction-primitives/voice-and-telemetry.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Paste image",
    "description": "Pasting an image from the OS clipboard into the agent input. The surface\nencodes the bytes as a vision-modal content block bound to a multimodal\n`ModelVersion`. Supported in Claude Code, Cursor, and any presentation\nwhose `renderingTechnology` exposes clipboard image MIME types.\n",
    "kind": "multimodal-input",
    "surface": "multimodal-input",
    "category": "interaction-primitive-category:content-input",
    "availableInModes": [
      "chat",
      "composer"
    ],
    "requiresPermission": true,
    "keyboardShortcut": "Cmd+V / Ctrl+V"
  },
  "outgoingEdges": [
    {
      "from": "interaction-primitive:paste-image",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:paste-image",
      "to": "interaction-primitive-category:content-input",
      "kind": "in_category"
    },
    {
      "from": "interaction-primitive:paste-image",
      "to": "capability:vision-input",
      "kind": "requires_capability"
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:amp.ui@current",
      "to": "interaction-primitive:paste-image",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "ui-control"
        }
      }
    },
    {
      "from": "agent-ui-impl:droid.ui@current",
      "to": "interaction-primitive:paste-image",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "ui-control"
        }
      }
    }
  ]
}