Run any script in the cloud without local setup
Execute Python, Node.js, Go, or shell scripts on a cloud computer without installing anything locally. Your Plori agent has its own machine with common runtimes pre-installed, a persistent disk for storing results, and full network access.
Playbook by YCThe Workflow
5 steps · click a step number to mark it done
Open Plori AI and have it ready before you start
Connect Plori as an MCP server in Claude Code or Cursor using the setup command from your Plori dashboard.
Ask your editor: "Use Plori to create an agent called sandbox." This gives you a cloud computer you can reuse across sessions.
Send a task: "Ask my sandbox agent to write a Python script that scrapes the top 10 Hacker News stories and save the results to results.json." The agent writes, runs, and debugs the script on its own machine.
View the output returned directly in your editor. The agent's persistent disk keeps the script and results available for future runs or modifications.
Iterate: "Ask my sandbox to modify the script to also fetch comment counts, then run it again." The agent picks up where it left off with full context.