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, anddigestpanels.
Agent API
- Full REST API at
https://docs.aicomputercompany.com/api— create, read (withcat -n-style numbering), edit, push, review, views. POST /api/docs/:id/editwith 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.txtandllms-full.txtserved 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
customview kind: agents push self-contained HTML/JS rendered in a sandboxed iframe (sandbox="allow-scripts", opaque origin). - postMessage bridge v1:
getDocumentandrequestRefresh.
Documentation
- This site, at documentation.aicomputercompany.com: quickstart, concepts, complete API reference, agent guide, and the dynamic views authoring guide.