Home / Companies / Daytona / Blog / May 2026

May 2026 Summaries

7 posts from Daytona

Filter
Month: Year:
Post Summaries Back to Blog
Daytona is transitioning to cursor-based pagination across its API, CLI, and SDKs to improve speed and data consistency, effective by June 25, 2026. This change replaces the offset-based page parameter and /api/sandbox/paginated endpoint, ensuring no skipped or duplicated results when data changes occur mid-listing. Users with SDK or CLI versions below v0.180.0 need to upgrade to adapt to the new pagination method, which simplifies code by eliminating the page argument and allowing the list() function to handle paging through iterators. The update requires small modifications across different programming languages, including Python, TypeScript, Go, Ruby, and Java, making it crucial for developers to adjust their implementations before the deadline. Daytona provides support for any questions during this transition through their support email or in-dashboard chat.
May 25, 2026 954 words in the original blog post.
Claude Managed Agents by Anthropic are designed for long-running, asynchronous tasks and can now operate within Daytona sandboxes, enhancing flexibility and resource management. These agents allow for operations without continuous human oversight, although users can interact mid-session or require approvals for sensitive actions. The integration involves Anthropic managing the agent loop, prompt caching, and tool dispatch, while Daytona handles the agent's filesystem and shell tools. This setup permits each Claude agent to have its own sandbox, which can be paused to save on compute costs or forked for advanced workflows. Users can bring their own dependencies by preparing a snapshot, allowing each session to start with necessary data and credentials pre-loaded, facilitating efficient and scalable long-running operations.
May 19, 2026 560 words in the original blog post.
Java developers can now leverage a new SDK to integrate Daytona sandboxes into their JVM-based services, platforms, and build pipelines, joining the existing SDKs for Python, TypeScript, Go, and Ruby. This addition allows teams to work within their preferred Java toolchains without needing to switch languages, offering the same core sandbox workflows found in other Daytona SDKs, thereby standardizing automation patterns across diverse programming environments. The Java SDK facilitates creating, managing, and configuring sandboxes programmatically, enabling teams to provision isolated execution environments and run shell commands with structured output, while maintaining full control over sandbox lifecycle management. Ivan Burazin, CEO and Co-Founder of Daytona, spearheaded this development to enhance the developer experience by offering scalable and secure environments, drawing on his extensive background in developer tools and conferences.
May 15, 2026 381 words in the original blog post.
Resize Sandboxes, a feature available to all Daytona organizations, allows users to adjust CPU, memory, and disk resources on existing sandboxes without deleting and recreating them, thus avoiding the overhead of rebuilding the environment. This capability enables seamless resource scaling to accommodate changing workload demands across CI, testing, and production stages. Users can increase CPU or memory on a running sandbox without interruption, while disk size increases or full resource reconfigurations require stopping the sandbox first. The feature, championed by Ivan Burazin, CEO and Co-Founder of Daytona, reflects his commitment to enhancing the developer experience by providing instantly ready, scalable, and secure environments.
May 14, 2026 365 words in the original blog post.
Daytona's webhook system provides real-time HTTP notifications to user-defined endpoints when specific events occur within an organization, improving the efficiency of CI pipelines, AI agents, and automated workflows by eliminating the need for constant API polling. This system allows applications to respond instantly to changes in sandboxes, snapshots, and volumes by sending a JSON payload containing event-specific data such as timestamps and IDs. Webhooks can be configured with specific event type subscriptions, covering creation, state transitions, and removals, to facilitate orchestration, monitoring, and automation. Available to all Daytona organizations with the necessary permissions, these webhooks can be accessed through the Daytona Dashboard, signifying a streamlined approach to managing infrastructure changes. Ivan Burazin, Daytona's CEO and Co-Founder, has a history of enhancing developer tools and aims to simplify development processes through instantly ready, scalable, and secure environments.
May 13, 2026 370 words in the original blog post.
Sandbox spending, a feature available to all Daytona organizations, provides a comprehensive real-time overview of resource consumption and costs, accessible through the Daytona Dashboard. It allows organizations to monitor both current and historical spending trends, offering insights into whether expenditures are stable, increasing, or linked to specific workloads. Users can view total spending in USD and analyze resource usage across CPU, RAM, and storage, enabling them to identify primary cost drivers and make informed decisions about resource allocation. The feature includes detailed breakdowns of per-sandbox costs and interactive monthly trend charts that facilitate easy tracking of usage patterns over time. Ivan Burazin, the CEO and Co-Founder of Daytona, aims to enhance the developer experience by offering scalable and secure environments, drawing on his extensive experience in dev tools and developer-focused conferences.
May 12, 2026 335 words in the original blog post.
OpenTelemetry Collection, as implemented by Daytona, provides comprehensive observability by offering distributed tracing, metrics, and logs for sandbox operations and SDK interactions, facilitating control-plane and runtime visibility. This observability framework, compatible with OTLP backends, enables efficient capacity planning, quota assessments, and early identification of potential saturation issues, enhancing the management of workloads and operations. The telemetry covers sandbox runtime metrics such as CPU, memory, and filesystem data, while SDK tracing monitors operations like sandbox lifecycle events and file system access. Organizations can export high-level metrics every 60 seconds to their chosen OTLP endpoint, with integration options for platforms like New Relic and Grafana. Daytona aims to streamline the developer experience by providing secure and scalable environments for running AI-generated code, as part of its mission led by CEO and Co-Founder Ivan Burazin, who has a rich history in developer tools and conferences.
May 11, 2026 410 words in the original blog post.