Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.argalabs.com/llms.txt

Use this file to discover all available pages before exploring further.

GET /sandboxes/{sandbox_id}
Returns the current sandbox status. When status is ready, the response includes the deployed app URL, twin URLs, and environment variables. Response fields
FieldTypeDescription
sandbox_idstringSandbox id.
statusstringqueued, provisioning, ready, failed, cancelled, or another run status.
app_urlstring or nullPublic app URL when the sandbox is ready.
twinsobjectMap of twin name to connection details. Empty until ready.
twins[name].base_urlstringPublic twin base URL for app/API calls.
twins[name].admin_urlstringPrivate twin admin URL.
twins[name].env_varsobjectTwin-specific env vars and credentials.
env_varsobjectMerged env vars to use with the sandboxed app.