Create environment
create_environmentSet up a durable cloud development environment that preserves files and running processes between calls. Optionally clone a git repository and receive an environment ID for use by other tools.
Instructions
Create a persistent development environment: a filesystem and processes that survive between calls. Optionally clone a git repository into it. Returns the environment id used by every other tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Optional branch or tag to check out. | |
| name | No | Optional display name. Reachpad generates one when omitted. | |
| repo | No | Optional git URL to clone into /work. Must be reachable without credentials unless the account has a mirror for it. |