Flare lets a Faros teammate or agent convert the useful part of an AI conversation into a temporary page anyone with the link can view.
What it is
The product starts inside Claude, Codex, Cursor, or a Shortcut. The agent produces HTML. Flare publishes that HTML as a short-lived page with Faros-protected creation.
The agent calls MCP with finished HTML, title, optional password mode, and optional burn-after-read.
Creation is processed by the Faros service. The stored HTML blob is encrypted and tied to a short TTL.
Anyone with the complete link can view until expiry. Password and burn modes stay available when the session needs more control.
MCP
Use make_flare for the Flare name. make_shareable remains as a compatibility alias so existing clients keep working.
{
"mcpServers": {
"flare": {
"type": "http",
"url": "https://faros.page/mcp",
"headers": {
"Authorization": "Bearer fsz_..."
}
}
}
}
Controls
Only Faros-authenticated users and their API keys can create Flare pages.
Pages are ephemeral. The max TTL is 168 hours.
isPrivate: true generates a 4-letter password for recipient access.
burnAfterRead: true deletes the page after the first successful view.