OpenAICloudflare Developer PlatformApr 13, 2026, 12:00 AM

Containers - Containers and Sandboxes are now generally available

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

openaienmodel: gpt-5-mini-2025-08-07

Containers - Containers and Sandboxes are now generally available

Key Points

  • GA release with higher concurrency limits
  • Active‑CPU billing for cost efficiency
  • Sandbox SDK with persistent interpreters

Summary

Cloudflare Containers and Sandboxes are now GA on the Workers platform. They let engineers run more resource‑intensive workloads, full Linux environments, different languages, and CLI tools alongside Workers. The GA release improves performance, stability, and adds features that simplify integration, debugging, and secure execution of untrusted code.

Key Points

  • GA increases limits to allow thousands of containers to run concurrently—useful for scaling many short- or long‑lived agents.
  • Active‑CPU pricing charges only for CPU cycles used, reducing cost for idle or bursty workloads.
  • Hostname bindings let Containers connect to Workers and other services directly for easy extension and service composition.
  • Docker Hub and registry support let you bring existing images and CI workflows.
  • SSH access to live containers enables direct debugging and incident response.
  • Sandbox SDK provides an isolated, TypeScript-friendly API for executing commands, managing files, and exposing services for secure agent execution.
  • New developer features: live preview URLs for long‑lived services, persistent Python/JavaScript/TypeScript interpreters with structured outputs, interactive PTY browser terminals, backup/restore APIs for workspace snapshots, and real‑time filesystem watching.

For implementation details and examples, consult the Containers and Sandbox SDK documentation to map these features to your deployment and CI/CD workflows.

Full Translation

Translations

A translation section that keeps the flow of the original article.

openaijamodel: gpt-5-mini-2025-08-07

コンテナ — Containers と Sandboxes が一般提供になりました

Containers と Sandboxes が一般提供(GA)になりました

発行日: 2026-04-13

Cloudflare の Containers と Sandboxes が一般提供(GA)になりました。Containers を使うと、Workers プラットフォーム上で、リソース集約型アプリケーション、異なる言語、フルな Linux 環境を必要とする CLI ツールなど、より多くのワークロードを実行できます。初期リリース以降、Containers はパフォーマンス、安定性、および機能セットが大幅に改善されました。

ハイライト

  • 高い制限により、数千のコンテナを同時に実行できるようになりました。
  • Active-CPU pricing により、使用した CPU サイクル分のみを支払います。
  • ホスト名経由で Workers や他のバインディングに簡単に接続でき、Containers を追加機能で拡張できます。
  • Docker Hub のサポートにより、既存のイメージやレジストリを簡単に利用できます。
  • SSH サポートにより、本番稼働中のコンテナにアクセスしてデバッグできます。
  • Sandbox SDK は、信頼できないコードを安全に実行するための分離環境を提供し、コマンド実行、ファイル管理、サービス公開のためのシンプルな TypeScript API を備えています。これにより、エージェントを大規模に管理・保護しやすくなります。

リリース以降の追加機能

  • ライブプレビュー URL により、エージェントは長時間稼働するサービスを実行し、通信中の変更を検証できます。
  • Python、JavaScript、TypeScript 向けの永続的コードインタプリタ(リッチな構造化出力対応)。
  • インタラクティブな PTY ターミナル:ブラウザベースの端末アクセスを実現し、サンドボックスごとに複数の分離シェルを提供します。
  • ワークスペースをスナップショットしてエージェントのコーディングセッションを素早く復元できる Backup and restore API。
  • サンドボックス内のファイル変更に即時に反応できるリアルタイムのファイルシステム監視。

詳細については、Containers と Sandbox SDK のドキュメントを参照してください。

Containers - Containers and Sandboxes are now generally available | Cloudflare Developer Platform | DocsDigest