Chat with Artifacts & Previews
Threads, sandboxes, preview URLs, and how artifacts reach you.
- Start a thread in Chat. Threads carry context across messages
(v2 chat API: 41 operations under the
v2-chattag in the generated reference). - Ask for something executable. When a task needs code, Flowmanner runs
it in a sandbox bound to your account — chat-created sandboxes register
to their owner (fixed 2026-08-25, commit
a838d249), so no one else can reach your runtime. - Open previews safely. Live previews are served from dedicated
*.preview.flowmanner.comorigins, isolated from the main app by Content-Security-Policyframe-src https://*.preview.flowmanner.com(frontend/next.config.ts). Only embed previews from that domain. - Collect artifacts. Files produced in the sandbox are delivered as chat artifacts — download them from the message they belong to.
Last updated 2026-08-25 (git-derived)