Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Cloudflare Sandbox Bridge

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

Quick start

Deploy the bridge worker with one click:

Deploy to Cloudflare

Or deploy manually — see worker/README.md for setup, configuration, and the full API reference.

Examples

  • basic/ — One-shot coding agent that executes a task and copies output files to the host. Supports --image for visual references.
  • workspace-chat/ — Full-stack chat UI with a persistent sandboxed filesystem, file browser sidebar, drag-and-drop uploads, and inline HTML previews.