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.
| Field | Type | Required | Description |
|---|---|---|---|
repo | string | Yes | Repository in owner/repo format. |
branch | string | Conditional | Branch to deploy. Required unless pr_url is provided. |
pr_url | string | Conditional | Pull request URL to deploy. Required unless branch is provided. |
twins | array<string> | No | Twins to include. When omitted, Arga can use the scenario’s twins or detected runtime profile. |
scenario_id | string | No | Saved scenario or preset id used to seed twins. |
scenario_prompt | string | No | Natural-language seed prompt. Used when scenario_id is omitted. |
ttl_minutes | integer | No | Sandbox TTL, 1-480 minutes. Defaults to 60. Free-plan accounts are capped at the free-tier TTL limit; requests above the cap are rejected by plan-limit enforcement. |
env | object | No | Extra environment variables to inject into the deployed app. These override generated twin env vars on key conflict. |
twins must be supported twin names from the runtime catalog; invalid names return 400.
Response
Queued sandboxes return empty connection details until deployment is ready:
app_url, per-twin URLs, and env vars.

