> ## 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 List available twins

> List digital twins that can be provisioned

```bash theme={null}
GET /validate/twins
```

Returns the catalog of twin services that can be provisioned.

**Response fields**

| Field        | Type      | Description                                        |
| ------------ | --------- | -------------------------------------------------- |
| `name`       | `string`  | Twin identifier to pass to provision requests.     |
| `label`      | `string`  | Human-readable twin name.                          |
| `kind`       | `string`  | Twin type from the runtime catalog.                |
| `show_in_ui` | `boolean` | Whether the twin has a visible UI surface in Arga. |

**Example**

```bash theme={null}
curl https://api.argalabs.com/validate/twins \
  -H "Authorization: Bearer $ARGA_API_KEY"
```

Current catalog entries include `github`, `gitlab`, `gmail`, `google_drive`, `google_calendar`, `slack`, `stripe`, `discord`, `dropbox`, `notion`, `box`, `jira`, `linear`, `salesforce`, `waterfall`, `unified`, and `unstructured`.
