Getting a Sandbox
Fetch a detailed sandbox handle by ID:Listing Sandboxes
List your sandboxes with optional filtering:Refreshing and Connecting
Connect to an existing sandbox or refresh the runtime token.The runtime token is given when the sandbox is created. For long running sandboxes, refresh may be needed to extend the token lifetime.
For a more detailed guide to runtime tokens, see Sandbox Runtime URLs.
Stopping a Sandbox
Always stop a sandbox when you are done with it:Exposing Ports
Expose a port when you need a custom process to be accessible from outside from the sandbox. This provides a custom runtime URL for that exposed port.auth is enabled, send the sandbox bearer token when calling the exposed URL:
For a dedicated guide to runtime URLs, exposed service URLs, browser auth
links, and end-to-end examples, see Sandbox Runtime URLs.