AI assistant for safe, reliable productivity with code, collaboration, and integrations.
mdsnd
About mdsnd
mdsnd provides a web interface and API for creating and sharing Markdown documents through temporary links. Users can paste Markdown content into the editor, generate a shareable URL, and optionally set an expiration time or password protection. The service does not store the content on the server when password protection is enabled. The API allows programmatic creation, appending, and deletion of documents using a manage token. It supports integration with AI agents like Claude Code, Cursor, pi, and ChatGPT through a shared skill file. Documents can be configured to burn after reading or expire after a set duration.
Key features
- Markdown editor with live preview
- Temporary document links with expiration options
- Password protection for documents
- API for creating, appending, and deleting documents
- Burn-after-reading option
- Integration with AI agents via shared skill files
- Supports standard Markdown formatting
- Provides API documentation and OpenAPI spec
Use cases
- Sharing code snippets or technical notes with AI agents
- Temporary collaboration on Markdown documents
- Secure sharing of sensitive information via password protection
Pros
- No account required for basic use
- Supports password protection without server-side storage
- Provides API for programmatic document management
- Offers temporary document options (burn after reading, expiration times)
- Includes prebuilt integrations for AI agent platforms
Cons
- No persistent storage of documents beyond expiration or burn settings
- Limited to Markdown format
- Requires manual token management for API operations
Frequently asked questions about mdsnd
What is mdsnd and how does it work?
mdsnd is a web interface and API for creating and sharing Markdown documents via temporary links. Users paste Markdown content into the editor to generate a shareable URL, with options to set expiration times or password protection. The service does not store content when password protection is enabled.
Who should use mdsnd?
mdsnd is designed for individuals and AI agents who need to quickly share Markdown documents without requiring an account. It is particularly useful for developers, writers, and AI tools like Claude Code, Cursor, pi, and ChatGPT.
How do I integrate mdsnd with an AI agent?
To integrate mdsnd with an AI agent, install the shared skill file once. For example, place the skill file in the appropriate directory for your agent (e.g., ~/.agents/skills/mdsnd for pi or Amp, or ~/.claude/skills/mdsnd for Claude Code). The agent can then post Markdown content directly.
Can I append or delete documents using the API?
Yes, the API allows appending Markdown content to existing documents and deleting documents entirely. Both actions require a manage token provided when the document is created.
What are the options for document expiration and security?
Documents can be configured to expire after a set duration (e.g., 1 hour, 1 day, or 1 week) or to burn after reading. Password protection ensures the server never stores the content.
Where can I find the full API documentation?
The full API documentation is available at https://mdsnd.freeq.at/.well-known/llms.txt, including endpoints for creating, appending, and deleting documents.