Changelog

What's new in e2a.bot. All notable changes to the platform.

v0.4.0feature

Landing Page & Developer Experience

Rebuilt the marketing site with real API examples, credit-based pricing, and quick-start guides. Added the e2a-examples repository with 6 runnable example scripts.

  • Replaced SDK placeholders with real curl API examples
  • Credit-based pricing with interactive calculator
  • Quick-start section: sign up → create → exec in 30 seconds
  • Terms of Service, Privacy Policy, About, and Changelog pages
v0.3.0feature

WebSocket Streaming & Workspace Persistence

Real-time bidirectional communication via WebSocket. Opt-in workspace persistence backed by S3 with rclone VFS.

  • WebSocket proxy for live sandbox I/O streaming
  • Workspace mount via rclone with VFS cache mode writes
  • Workspace lifecycle events published to S3
  • Destroy event written on sandbox teardown (TC-0016)
v0.2.0feature

Orchestrator & Sandbox Lifecycle

Full sandbox lifecycle management: create, exec, status, destroy. Firecracker microVM orchestration with health monitoring.

  • POST /v1/sandboxes — create sandbox with template selection
  • POST /v1/sandboxes/{id}/exec — execute commands in sandbox
  • DELETE /v1/sandboxes/{id} — graceful teardown
  • Health endpoint polling and auto-recovery
v0.1.0feature

Platform Foundation

Initial platform release. OTP-based auth, API key management, credit billing system, and 3 environment templates.

  • OTP email authentication (passwordless)
  • API key creation and management
  • Credit-based billing with Stripe integration
  • 3 templates: Standard (Terminal), Browser (Chromium), CUA (Desktop)