> ## Documentation Index
> Fetch the complete documentation index at: https://docs.siderolabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

> SideroLinkConfig is a SideroLink connection machine configuration document.

# SideroLinkConfig

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

<table>
  <thead>
    <tr>
      <th>Field</th>
      <th>Type</th>
      <th>Description</th>
      <th>Value(s)</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>`apiUrl`</td>
      <td>URL</td>
      <td>SideroLink API URL to connect to.</td>

      <td />
    </tr>

    <tr>
      <td>`uniqueToken`</td>
      <td>string</td>
      <td>SideroLink unique token to use for the connection (optional).<br /><br />This value is overridden with META key UniqueMachineToken.</td>

      <td />
    </tr>
  </tbody>
</table>
