HTTP bridge between the OpenAI Agents SDK and the Cloudflare Sandbox. Translates the SDK's sandbox session operations into calls against the @cloudflare/sandbox Durable Object API.
| Directory | Description |
|---|---|
| worker/ | Deployable Cloudflare Worker — the bridge itself |
| examples/ | Demo applications (basic CLI agent, workspace chat) |
| harness/ | Stress testing and integration harness |
| script/ | Development scripts |
Deploy the bridge worker with one click:
Or deploy manually — see worker/README.md for setup, configuration, and the full API reference.
- basic/ — One-shot coding agent that executes a task and copies output files to the host. Supports
--imagefor visual references. - workspace-chat/ — Full-stack chat UI with a persistent sandboxed filesystem, file browser sidebar, drag-and-drop uploads, and inline HTML previews.