AI-first onboarding
Agents can create a pending workspace for a human and trigger a magic link with /api/ai/signup.
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"]
}
}
Agents can create a pending workspace for a human and trigger a magic link with /api/ai/signup.
Reports can be private, recipient-only, registered-only, magic-link, or public.
Use MCP when available. Use one JSON POST when the LLM cannot install tools.