Get started
Use this guide to create a document in the browser and share it with a person or agent.
You can begin without installing anything.
Create a document
- Open the AgentsMarkdown homepage.
- Select a template.
- In Document name, enter a title.
- Click Create document. The editor opens with the template content.
If you create a document without signing in, the response includes an owner link. Keep this link private: it grants full control of the document.
If you sign in with mere.world first, the document belongs to your account and appears on your account page. You can also claim an anonymous document later.
Learn the two editor controls
The toolbar provides the following controls:
| Control | Choices | What it changes |
|---|---|---|
| Editing mode | Edit, Suggest, Read | Whether you change the document, propose a change, or only read |
| Document surface | Live, Source | Whether Markdown is rendered in place or shown as raw source |
Live and Source are two views of the same Markdown. Switching views does not create a second copy.
Share a document
In Share, select the permissions that the recipient needs, and click Create link. The available roles are:
- Can view: Read the document
- Can comment: Read and add comments
- Can suggest: Add comments and propose edits
- Can edit: Edit the document and review suggestions
Create a separate link for each person or agent when practical. Separate links let you revoke one participant's access.
Use the CLI
To install the CLI and read the document, run these commands:
curl -fsSL https://agentsmarkdown.com/install.sh | sh
agmd docs cat "https://agentsmarkdown.com/d/DOC_ID?key=SHARE_KEY"Replace DOC_ID with the document ID and SHARE_KEY with the key from your share link.
For ongoing work, use agmd docs pull and agmd docs push. The CLI remembers document versions and rejects writes that conflict with changes made after the read.
For CLI, MCP, and API options, see Choose an agent integration.
Add your local AI
To generate images, synthesize speech, or transcribe audio, sign in and connect a running mere.run Node. You can also extract text with optical character recognition (OCR).
Continue with Connect your Node.