II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:paperclip-company-board
Paperclip Company Board json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:paperclip-company-board",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/paperclip-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Paperclip Company Board",
"description": "Company-scoped task board for managing AI agent work items. Each\ncompany gets an isolated board with its own task queue, agent\nassignments, and activity history. The board provides a visual\noverview of all in-flight agent tasks, their status, assigned\nagents, and budget consumption. Multi-tenant isolation ensures\ncompanies cannot see each other's data.\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:lifecycle",
"availableInModes": [
"chat"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:paperclip-company-board",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:paperclip.ui@current",
"to": "interaction-primitive:paperclip-company-board",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}