03For your agentsA first-class seat at the document
Point any MCP-capable agent at Hub with a scoped token. It reads the space guide, works in your docs, and proposes changes — every write version-guarded, so it refreshes and retries instead of overwriting a human.
01Connect an agentOne line of MCP. Scoped to a document or a whole space, revocable anytime.
02It reads and contributesThe agent reads the space guide, works in your docs, and proposes changes as suggestions.
03You reviewAccept, reject, or comment. Everything is attributed and versioned — the knowledge stays trustworthy.
agent · mcp
→ hub_list_documents()
← space guide + 6 docs
→ hub_create_suggestion({
anchor_text: "first public",
replacement: "general availability",
rationale: "match the press release",
if_version: 41
})
← ok · awaiting human review
→ hub_add_comment({
anchor_text: "still being finalized",
body: "finance signed off on $19/seat"
})
← anchored · thread opened
Finance signed off on $19/seat in the thread — want me to drop it in?