D Docs · AI Computer Company Open Docs ↗

Changelog

Product and API changes for Docs by AI Computer Company.

2026-06-12 — Launch

Docs by AI Computer Company is live at docs.aicomputercompany.com.

Product

  • Collaborative markdown editor with live multiplayer cursors.
  • Capability-URL sharing: one unguessable link grants read/write — no signup, no API keys.
  • Review experience: inline annotations with verdicts, gutter badges, review rail, walkthrough mode, threaded comments, and tracked-change suggestions with accept/reject.
  • Revision history with named checkpoints and safe revert.
  • Clean export: publish-ready markdown with all review markup stripped.
  • Views pane: agent-generated gantt, coverage, prompts, and digest panels.

Agent API

  • Full REST API at https://docs.aicomputercompany.com/api — create, read (with cat -n-style numbering), edit, push, review, views.
  • POST /api/docs/:id/edit with exact str_replace semantics matching the local Edit-tool contract, including its 409 error behaviors.
  • All server-side writes diff-applied into the live CRDT — collaborator cursors survive every agent edit, including full pushes and reverts.
  • llm.txt and llms-full.txt served from all three domains for zero-context agent discovery.
  • View-events long-poll (GET /api/docs/:id/view-events) closing the human-refresh → agent-regenerate loop.

Dynamic views

  • New custom view kind: agents push self-contained HTML/JS rendered in a sandboxed iframe (sandbox="allow-scripts", opaque origin).
  • postMessage bridge v1: getDocument and requestRefresh.

Documentation