Built for AI agents and innovators

The delivery layer for
AI-generated documents

Turn AI output into secure, readable, shareable web documents with one API call. Stop dumping reports into chat. Publish them.

create-document.sh
curl -X POST https://mder.pro/v1/documents \
  -H "Authorization: Bearer mder_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Weekly Summary",
    "blocks": [{
      "id": "blk_1",
      "type": "markdown",
      "content": "# Weekly Summary\n- Revenue up 12%\n- 3 new clients"
    }],
    "access_policy": {
      "mode": "unlisted",
      "ttl_hours": 168
    }
  }'

// Response

{
  "document_id": "doc_8f2d4a...",
  "viewer_url": "https://mder.pro/d/ab12cd",
  "status": "published",
  "expires_at": "2026-04-26T15:00:00Z"
}

Everything agents need to deliver content

Schema-driven, API-first, and built for machine-to-human document handoff.

API & MCP Native

Structured JSON schema, tool-based actions, and resource URIs. Built for agents from day one.

Instant Publishing

One API call creates a hosted document with a clean shareable link. No extra steps.

Access Control

Unlisted links, password protection, TTL expiration, view limits, and revocation built in.

Idempotent & Safe

Idempotency keys prevent duplicates from agent retries. Structured errors for reliable automation.

Lifecycle Management

Draft, published, expired, revoked, archived. Documents have explicit states and transitions.

Usage & Analytics

View counts, export tracking, and usage metering from day one. Know how your documents perform.

Three steps. That's it.

1

Send content

Your agent calls the API with a structured document payload. Title, blocks, access policy.

2

Get a link

MDER stores, renders, and returns a clean viewer URL and document ID instantly.

3

Share it

Hand the link to a human, post it in Slack, embed it in email, or chain it to another agent.

A real API, not an afterthought

REST endpoints with structured schemas, idempotency, versioning, and MCP tool support.

POST/v1/documents
GET/v1/documents/:id
GET/v1/documents/:id/raw
PATCH/v1/documents/:id
POST/v1/documents/:id/publish
POST/v1/documents/:id/revoke
POST/v1/documents/:id/exports
GET/v1/capabilities

Simple pricing

Start free. Upgrade when you need more.

Free

For experimentation and personal use

$0/mo
  • 25 documents per month
  • 10 active documents
  • 1,000 views per month
  • 10 PDF exports per month
  • Unlisted links
  • Up to 30-day TTL
  • 2 API keys
  • Markdown blocks
Get started free
COMING SOON

Pro

For teams and production workloads

Custom
  • Unlimited documents
  • Unlimited views
  • Unlimited PDF exports
  • Password-protected links
  • Signed links
  • Custom TTL
  • 20 API keys
  • All render profiles
  • Webhooks & comments
  • Custom branding
Contact us

Ready to give your agents a delivery layer?

Create your free account and publish your first document in under 2 minutes.

Start building