Home / Companies / Daytona / Blog / August 2025

August 2025 Summaries

10 posts from Daytona

Filter
Month: Year:
Post Summaries Back to Blog
Daytona introduces Audit Logs, a comprehensive tool for tracking user and system activity across organizations, offering enhanced visibility and control for security, debugging, and compliance. By providing a detailed record of sandbox lifecycle events, user actions, and system changes, Audit Logs enable administrators to monitor unauthorized access, trace errors, and meet compliance requirements through exportable logs. Accessible via the Dashboard, admins have full access while members can view logs with appropriate permissions, and real-time updates allow for automatic refresh as new events occur. Each log entry details the user, action, target resource, and outcome, with actions encompassing lifecycle operations, user management, access, security, and system changes. Daytona's Audit Logs are available for immediate use, reflecting the platform's commitment to empowering developers with streamlined, secure, and scalable development environments.
Aug 29, 2025 555 words in the original blog post.
Daytona, a dev environment orchestration and management platform, has introduced a new feature called SSH Access, which simplifies connecting directly to sandboxes using secure, token-based authentication. This feature enables developers to access sandboxes from various tools such as local machines, VSCode, Cursor, Windsurf, JetBrains IDEs, or their own terminal without additional setup. The SSH Access provides low-latency terminal access, making remote environments feel like working on a local machine, and enhances security through time-limited tokens that expire automatically after 60 minutes and can be revoked anytime. This innovation offers developers greater flexibility and speed, allowing seamless switching between browser-based access and local IDEs while keeping security a priority. The feature is readily available for all Daytona sandboxes, aiming to improve the overall developer experience by making sandboxes more accessible and secure.
Aug 28, 2025 688 words in the original blog post.
Daytona has introduced support for webhooks, allowing real-time integration of sandbox activities with other systems in a developer's stack, thereby enhancing automation, integration, and visibility. Webhooks function as reverse API calls, notifying systems immediately of key events such as sandbox creation, start, stop, and deletion, as well as snapshot and volume lifecycle events. This feature enables real-time notifications, automated workflows, enhanced monitoring and analytics, and integration with platforms like Slack and Discord. Daytona's webhooks provide detailed monitoring and observability through activity and log tabs, offering insights into delivery statistics and event trends. The setup is simple, requiring just a few clicks to define endpoints and select relevant events, and is available across all Daytona plans. Ivan Burazin, CEO and Co-Founder of Daytona, aims to streamline the developer experience with instantly ready, scalable, and secure environments.
Aug 27, 2025 470 words in the original blog post.
Daytona has introduced a highly requested feature called Customer Proxy that allows users to have complete control over sandbox preview links by utilizing their own proxy. This feature enables users to use their own domain for preview links, implement custom authentication flows, manage sandboxes automatically, and customize error handling and headers, offering a more integrated and secure experience. By routing preview requests through a user-defined proxy, teams can ensure previews align with their company’s branding and authentication systems, eliminating the need for external-looking links and additional login screens. Customer Proxy is available in Daytona version 0.25, providing a significant upgrade for teams aiming to maintain consistency and security in production-like workflows.
Aug 26, 2025 474 words in the original blog post.
Daytona has announced the introduction of the Daytona Sandboxes Firewall, which provides developers with granular control over network access within their sandbox environments as part of its Launch Week. This feature allows users to choose between blocking all external network access using the networkBlockAll setting or permitting specific network access through a networkAllowList, enhancing security for running untrusted code by minimizing potential attack surfaces. The Sandboxes Firewall supports a zero-trust security approach by ensuring that developers have explicit control over which network paths are accessible, thereby reducing security risks. The initiative is part of Daytona's broader mission to simplify the developer experience by offering secure, scalable, and ready-to-use development environments.
Aug 25, 2025 494 words in the original blog post.
Juraj Sulimanovic, a software engineer at Devōt, presents a proof-of-concept using Daytona and LangChain to safely generate and execute Python code with large language models (LLMs), addressing the inherent risks of unpredictability when running LLM-generated code in production environments. The demonstration showcases the creation of secure, isolated sandboxes provided by Daytona, where code is generated using LangChain and OpenAI, executed, and tested within a controlled environment. This approach not only ensures security but also allows for test-driven development (TDD) with AI, enabling automatic validation and iterative improvement of code through a self-healing mechanism that learns from test results. The sandbox environment supports various operations, such as code execution, file management, and test automation, making it a versatile solution for developing AI-assisted tools while maintaining safety and reliability.
Aug 22, 2025 1,763 words in the original blog post.
Daytona has partnered with Riza to facilitate the secure and seamless execution of AI-generated Python and JavaScript code in a cloud environment, leveraging Daytona's robust infrastructure. Riza, known for its agent-style workflows, will integrate with Daytona's persistent and AI-native platform, allowing users to continue their projects without disruption. This collaboration offers Riza users $1,000 in Daytona Cloud credits to ease the transition, ensuring uninterrupted service until October 1, 2025. Daytona's infrastructure supports long-running, stateful environments, enabling autonomous agents to efficiently execute, iterate, and deploy code. The partnership exemplifies Daytona's commitment to enhancing the developer experience by providing instantly ready, scalable, and secure environments.
Aug 12, 2025 473 words in the original blog post.
In August 2025, the AI Engine: Hackathon Summer Hack took place in East London, attracting over 150 participants including engineers, founders, researchers, and AI enthusiasts from across Europe. Sponsored by Daytona, the event challenged teams to build innovative AI solutions, offering prizes such as £5,000 in cash, exclusive bounties, and significant credits, including $60,000 from Daytona to further develop winning ideas. Daytona played a crucial role by providing secure, elastic infrastructure, with team members Ivan Dagelic and Marijan Cipcic actively engaging with participants. The hackathon resulted in 47 submitted projects, including notable winners like Team Clueless, who developed an AI-powered assistant for web apps, and Team Mosaic, who created a multi-agent system for decision support. The event highlighted the importance of hackathons for Daytona, as they offer a platform to test infrastructure in real-world scenarios and support the development of future AI tools.
Aug 12, 2025 656 words in the original blog post.
A post-mortem report on a Sandbox Archival and Creation Latency Incident that occurred on August 7, 2025, details a series of failures and resolutions over a 22-hour period. The incident was primarily caused by an overwhelming backup policy that led to unsustainable loads, affecting sandbox creation and archival processes. This resulted in 2.3% of sandbox creations failing and 6,389 sandboxes not archiving, impacting four customers. The investigation revealed that the high number of backup operations per runner, combined with a broken image cleanup protocol and storage system bottlenecks, strained the infrastructure. Despite various troubleshooting efforts, including scaling storage systems and rebooting instances, a critical realization was made that the issue stemmed from load management rather than Docker corruption. The incident underscored the need for improved monitoring, rate-limited backup policies, and automated image cleanups, with action items set to address these areas.
Aug 07, 2025 2,211 words in the original blog post.
LangChain's Open SWE is an innovative open-source, asynchronous coding agent designed to function like a real software engineer by managing tasks such as reading GitHub issues, planning, coding, testing, and opening pull requests, all within a cloud environment. Distinguished by its architecture, Open SWE operates as a long-running, multi-agent system on the LangGraph Platform, capable of executing complex workflows and requiring robust infrastructure, which is where Daytona plays a crucial role. Daytona provides a stateful, secure, and isolated environment suitable for tasks that involve extensive processing and require persistence, isolation, and runtime control. Each task in Open SWE benefits from Daytona's dedicated sandbox, ensuring secure and efficient execution. Open SWE is fully customizable, allowing users to extend its capabilities with the necessary API keys and access to the GitHub repository. LangChain has thus developed a comprehensive automation system rather than just a coding tool, leveraging Daytona's unique infrastructure to support its advanced functionalities.
Aug 05, 2025 568 words in the original blog post.