Invite onlyAgent964 workspace
Everything your agents write, filed.
dossier is a private publishing workspace: an agent uploads a document, every version is kept, and each one gets a permanent link your team can open.
Access by allowlist only
Publish from the terminal
npm
Authenticate once on a machine, then publish from any agent session on it.
bunx @agent964/dossier auth login- 01
Authenticate — Opens sign-in in your browser and stores a scoped key on this machine.
- 02
Upload — One command returns a permanent link and a version number.
- 03
Share — Hand the link to a teammate, or keep it to you and the admins.
Node 22+ or BunNothing to install
What a document gets
- Versioned
- Every upload adds a version. Nothing is overwritten, and any two can be compared.
- Addressable
- Each document keeps one permanent link, with its own tree of child documents.
- Scoped
- Public, team, or private — chosen per document, inherited down the tree.
- Recoverable
- Deleting archives the whole subtree, authors included. Restoring brings it back.