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.

POST /validate/twins/provision
Provision ephemeral twin instances without deploying user code. This is the core “twins only” API. Request body
FieldTypeRequiredDescription
twinsarray<string>YesTwin names from the catalog.
ttl_minutesintegerNoSession TTL, 1-480 minutes. Defaults to 60.
scenario_idstringNoScenario UUID or preset id used to seed the twins.
scenario_promptstringNoNatural-language seed prompt. Ignored when scenario_id is provided.
publicbooleanNoWhether returned base URLs are public drop-in hosts. Defaults to true.
Response
{
  "run_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
Poll Get twin provision status until status is ready.