together-sandboxes
Installation
SKILL.md
Together Sandboxes
Overview
Use Together Sandboxes when the user wants to execute Python remotely in a managed sandbox.
Typical fits:
- stateful Python sessions
- data analysis and chart generation
- agent-generated code execution
- file uploads into a remote runtime
When This Skill Wins
- The user wants remote execution rather than local shell execution
- Session state needs to persist across multiple calls
- The result may include display outputs such as charts
- A lightweight managed runtime is enough; no custom infra is required