Skip to main content
Every task runs in an isolated sandbox with a fully functional development environment. You can access it directly from the task page.

Web Preview

Click Preview to open your running application on any exposed port. Each port gets a unique public URL that works in your browser.

SSH Access

Connect your local IDE (VS Code, Cursor) directly to the sandbox via SSH. This lets you browse files, run commands, and debug as if you were working locally.

Logs

Monitor your services in real-time. Each service that writes to $TWILL_ENTRYPOINT_LOG_DIR appears as a separate tab:
  • dev-server.log — Frontend output
  • api.log — Backend output
  • entrypoint.log — Startup script output
Logs stream live as the agent works, so you can watch exactly what’s happening.