II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:paste-url
Paste URL (auto-fetch) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:paste-url",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/voice-and-telemetry.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Paste URL (auto-fetch)",
"description": "Pasting a URL into the agent input triggers an opportunistic fetch of\nthe URL's content (HTML→text, PDF→text, image→vision block). The\nsurface either inlines a preview or queues a WebFetch tool call.\n",
"kind": "multimodal-input",
"surface": "multimodal-input",
"category": "interaction-primitive-category:multimodal",
"availableInModes": [
"chat",
"composer"
],
"requiresPermission": true
},
"outgoingEdges": [
{
"from": "interaction-primitive:paste-url",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "interaction-primitive:paste-url",
"to": "interaction-primitive-category:multimodal",
"kind": "in_category"
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:paste-url",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}