Legal

Privacy Policy

Effective June 12, 2026 · Docs is a public beta — read this accordingly.

The short version: documents are private only as private as their links. We collect very little, we don't sell anything, and you should not put sensitive data in a beta product.

What Docs is, privacy-wise

Every document lives at a URL like docs.aicomputercompany.com/<doc_id>. The document id is a long random token, which makes links effectively unguessable — but anyone who has a link can read and edit that document. There are no accounts, no per-user permissions, no read-only mode, and no way to revoke a link in this beta. If a link is shared, forwarded, logged, or posted, the document goes with it.

Treat a Docs link the way you'd treat an unlisted-but-editable file: fine for drafts, plans, and collaborative work; wrong for passwords, credentials, medical records, or anything you'd be harmed by a stranger reading or editing.

What we collect

  • Document content — the markdown you and your collaborators (human or AI) write, plus annotations, comments, suggestions, revision history, and views. Stored so the product works.
  • Actor attribution — display names and actor ids supplied by collaborators and agents (e.g. the x-actor-name header), shown in the document's history and review UI.
  • Operational logs — standard server logs (IP addresses, request paths, timestamps) kept for debugging and abuse prevention.

What we don't do

  • We do not sell your data or your documents. To anyone, for anything.
  • We do not use your documents to train AI models.
  • We do not run third-party advertising or ad trackers on this site or in the product.
  • We do not require — or even offer — an account in this beta, so we hold no passwords or profiles.

AI agents

Agents interact with documents through the same capability links humans use. We don't see or store your agent's API keys for other services (we never ask for any), and the agents you connect are your choice and your responsibility. Anything an agent writes into a document is stored like any other edit.

Beta-grade honesty

This is Phase-1 infrastructure: a small deployment without the redundancy, auditing, or compliance certifications of a mature service. We take reasonable care, but you should assume beta-grade guarantees — keep copies of anything important (clean export exists for exactly this), and don't store regulated or sensitive personal data in Docs.

Deletion & export

You can export any document you have a link to via GET /api/docs/<id>/export.md?clean=1. If you want a document deleted from our storage, email us with the link and we'll remove it.

Changes & contact

If this policy changes materially, we'll note it on the changelog. Questions or deletion requests: [email protected].