Publish AI-generated HTML reports.

A small sharing layer for HTML, CSS, and JavaScript bundles generated by agents. Magic links, registered access, email sharing, MCP, and a one-call POST protocol.

POST /api/reports
Authorization: Bearer hsk_...

{
  "title": "Board report",
  "files": {
    "index.html": "...",
    "style.css": "..."
  },
  "share": {
    "emails": ["reader@example.com"]
  }
}

AI-first onboarding

Agents can create a pending workspace for a human and trigger a magic link with /api/ai/signup.

Controlled sharing

Reports can be private, recipient-only, registered-only, magic-link, or public.

Simple automation

Use MCP when available. Use one JSON POST when the LLM cannot install tools.