After
expires_at, twin URLs return 410 environment_destroyed. They do not remain available while cleanup runs.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Poll a twin provisioning run
GET /validate/twins/provision/{run_id}/status
| Field | Type | Description |
|---|---|---|
run_id | string | Provisioning run id. |
status | string | provisioning, ready, expired, cancelled, failed, or another run status. |
expires_at | string | null | UTC cleanup deadline in ISO 8601 format. It is null until cleanup is scheduled. Stop calling twin URLs at this time. |
twins | object | Map of twin name to connection details. Populated when ready. |
twins[name].base_url | string | URL your app should call for that provider. |
twins[name].admin_url | string | Private admin URL for state/reset operations. |
twins[name].env_vars | object | Suggested env vars and credentials for your app. |
proxy_token | string | null | Token for private proxy access. |
seed_results | object | null | Per-twin seeding results. |
is_public | boolean | Whether base_url is public. |
expires_at, twin URLs return 410 environment_destroyed. They do not remain available while cleanup runs.