> ## Documentation Index
> Fetch the complete documentation index at: https://siderolabs-fe86397c-1-11-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> SideroLinkConfig is a SideroLink connection machine configuration document.

# SideroLinkConfig

```yaml
apiVersion: v1alpha1
kind: SideroLinkConfig
apiUrl: https://siderolink.api/jointoken?token=secret # SideroLink API URL to connect to.
```

| Field         | Type   | Description                                                                                                                                                         | Value(s) |
| ------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| `apiUrl`      | URL    | SideroLink API URL to connect to. <details><summary>Show example(s)</summary>`apiUrl: https://siderolink.api/?jointoken=secret`</details>                           |          |
| `uniqueToken` | string | <details><summary>SideroLink unique token to use for the connection (optional).</summary><br />This value is overridden with META key UniqueMachineToken.</details> |          |
