All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Agents, Workers - Cloudflare Sandbox SDK adds streaming, code interpreter, Git support, process control and more

11mo ago

Source

CloudflareAgents, Workers - Cloudflare Sandbox SDK adds streaming, code interpreter, Git support, process control and morecloudflare.com
Snippet from the RSS feed
We’ve shipped a major release for the @cloudflare/sandbox SDK, turning it into a full-featured, container-based execution platform that runs securely on Cloudflare Workers. This update adds live streaming of output, persistent Python and JavaScript code interpreters with rich output support (charts, tables, HTML, JSON), file system access, Git operations, full background process control, and the ability to expose running services via public URLs. This makes it ideal for building AI agents, CI runners, cloud REPLs, data analysis pipelines, or full developer tools — all without managing infrastructure. Code interpreter (Python, JS, TS) Create persistent code contexts with support for rich visual + structured outputs. createCodeContext(options) Creates a new code execution context with persistent state. // Create a Python context const pythonCtx = await sandbox . createCodeContext ( { language : "python" } ) ; // Create a JavaScript context const jsCtx = await sandbox . createCodeContext ( { language : "javascript" } ) ; Options: language: Programming language ('python'

You might also wanna read

Sandbox SDK: Run Sandboxed Code Environments on Cloudflare's Edge Network

The article introduces Sandbox SDK, a tool that enables developers to run sandboxed code environments on Cloudflare's edge network. This all

sandbox.cloudflare.com·8mo ago

Cloudflare enables AI agents to autonomously create accounts, buy domains, and deploy code

Cloudflare now allows AI coding agents to create accounts, purchase domains, set up paid subscriptions, and obtain API tokens autonomously o

The Cloudflare Blog·1mo ago

Cloudflare Python Workers Enhancements: Fast Cold Starts, Package Support, and uv Integration

Cloudflare has significantly improved its Python Workers platform with major enhancements including exceptionally fast cold starts, comprehe

blog.cloudflare.com·6mo ago

OpenWorkers: Open-Source Runtime for Self-Hosted Cloudflare Workers Implementation

OpenWorkers is an open-source runtime that enables developers to run Cloudflare Workers-style JavaScript applications on their own infrastru

openworkers.com·6mo ago

Sandbox-agent: Remote Control Server for Coding AI Agents via HTTP

Sandbox-agent is a server tool that enables remote control of coding AI agents (Claude Code, Codex, OpenCode, Cursor, Amp, Pi) within sandbo

github.com·5mo ago

Cloudflare launches temporary accounts for AI agents to bypass human signup flows

Cloudflare is launching Temporary Accounts for AI agents, allowing them to deploy websites, APIs, and other agents instantly without going t

blog.cloudflare.com·14d ago

Cloudflare launches temporary accounts for AI agents to bypass human signup flows

Cloudflare is launching Temporary Accounts for AI agents, allowing them to deploy websites, APIs, and other agents instantly without going t

Cloudflare·14d ago

Comments

Sign in to join the conversation.

No comments yet. Be the first.