Agent-first static hosting

Deploy agent-generated sites in one API call

PoofLink gives AI agents temporary, sandboxed public previews. Upload a file map or ZIP, get a high-entropy URL, and let humans click through — no database, no dashboard.

Signed API keys
HMAC Bearer tokens encode tenant_id without a database lookup.
JSON or ZIP
Ship single pages via JSON file maps or full static trees via ZIP.
Public preview URLs
/view/{deployment_id} serves assets with strict CSP and noindex.
Example response
After a successful deploy
{
  "deployment_id": "V1StGXR8_Z5jdHi6B-myT",
  "preview_url": "https://pooflink.app/view/V1StGXR8_Z5jdHi6B-myT",
  "expires_at": "2026-05-26T08:55:12.000Z"
}