flâneur — a map of the web's best reading

Sandbox SDK

sandbox.cloudflare.com · 1,092 words · saved by 2 readers

Execute commands, manage files, run services, and expose them via public URLs - all within secure, sandboxed containers. Get Started Meet Cloudflare Sandboxes. Execute commands, manage files, run services, and expose them via public URLs - all within secure, sandboxed containers. Get Started $ git clone https://github.com/cloudflare/agents $ npm test Features Features Features Features Features Features Safely execute tasks that require extended computation or monitoring without risking system stability or security. Safely execute tasks that require extended computation or monitoring without risking system stability or security. processing... Listen to standard output & error streams live when executing long-running commands Listen to standard output & error streams live when executing long-running commands Instantly expose any container port as a public URL with automatic subdomain routing Instantly expose any container port as a public URL with automatic subdomain routing Preview 3 P

Sandbox SDK sandbox sandbox sandbox sandbox sandbox sandbox sandbox sandbox sandbox sandbox sandbox Meet Cloudflare Sandboxes. Execute commands, manage files, run services, and expose them via public URLs - all within secure, sandboxed containers. Get Started import { getSandbox } from "@cloudflare/sandbox" ; // Export the Sandbox class in your Worker export { Sandbox } from "@cloudflare/sandbox" ; export default { async fetch(request : Request, env : Env) { const sandbox = getSandbox(env.Sandbox, "test-env" ); // Clone a repository await sandbox.gitCheckout( "https://github.com/cloudflare/age

Explore this link on the map →

saved by

related reading