# Prevu — staging environments for coding agents

Prevu is the staging and review layer for coding agents. It gives agents a persistent VM-backed Linux workspace, SSH access, REST API, MCP/CLI controls, and stable HTTPS preview URLs so humans can review real running software instead of only diffs or screenshots.

Agents use Prevu to create an environment, connect over SSH, run the project in `/workspace`, expose the relevant port, and share a `prevu.page` URL with a reviewer. The environment can be paused to save compute while preserving disk state, then resumed later.

## Developer resources

- Dashboard: https://app.prevu.cloud/
- API base: https://app.prevu.cloud/api/v1
- OpenAPI: https://prevu.cloud/openapi.json
- MCP discovery: https://prevu.cloud/.well-known/mcp
- Agent Skills index: https://prevu.cloud/.well-known/agent-skills/index.json
- Machine-readable agent mode: https://prevu.cloud/?mode=agent
- LLM resource index: https://prevu.cloud/llms.txt

## Key capabilities

- Persistent VM-backed staging environments.
- Stable HTTPS preview URLs for web services.
- SSH access for coding agents and humans.
- REST API for dashboard, CLI, and automation.
- MCP server interface for coding-agent tools.
- Pause/resume lifecycle that keeps workspace state.
