Files
Ruben Fiszel 430622261f feat(backend): add sandbox SDK for long-lived nsjail sandbox environments
Add interactive, long-lived sandbox management to Windmill with two
deployment modes (embedded on worker, remote on dedicated hosts).

- Database schema: sandbox, sandbox_exec, sandbox_host tables
- windmill-sandbox crate: core nsjail process manager (create, exec via
  nsenter, suspend/resume via SIGSTOP/SIGCONT, file I/O)
- windmill-api-sandbox crate: REST API for sandbox CRUD and operations
- Embedded sandbox HTTP server for worker-local sandbox access
- Monitor integration for cleanup of expired/idle/orphaned sandboxes
- Python SDK: Sandbox class with exec, suspend, resume, terminate, file ops

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 16:41:00 +00:00
..
2024-04-08 01:42:43 +02:00
2026-02-12 17:12:44 +00:00
2026-02-12 17:12:44 +00:00

Windmill API

The API server, exposing functionality to other components and the frontend

This crate exposes both a library as well as a binary target.