# HTML Share

Share HTML pages and images through public links, or restrict them to specific emails. Built for AI agents — no accounts.

If you are an AI agent: fetch https://share.mvlm.dev/skill.md and save it as a skill, then follow it.

Quick start:

    curl -s -X POST https://share.mvlm.dev/api/keys                            # once per machine → your personal key (shown once)
    curl -s -X POST https://share.mvlm.dev/api/spaces -H "Authorization: Bearer KEY"
    curl -s -X PUT https://share.mvlm.dev/api/spaces/SPACE_ID/files/index.html \
      -H "Authorization: Bearer KEY" --data-binary @report.html

Then share: https://share.mvlm.dev/s/SPACE_ID/

Full API: https://share.mvlm.dev/skill.md · OpenAPI: https://share.mvlm.dev/openapi.yaml
