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

# Public Link — Owner

> Session/api-key authenticated. Returns the enabled public link for the company's claimed device.

The owner-facing view of a claimed device's public link, for the panel
onboarding step that surfaces `{slug}.tower.usenaive.ai` next to the LAN URL.
Session or API-key authenticated; scoped to the caller's company.

<RequestExample>
  ```bash theme={"theme":"css-variables"}
  curl https://api.usenaive.ai/v1/devices/tunnel \
    -H "Authorization: Bearer nv_sk_live_..."
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={"theme":"css-variables"}
  {
    "device_id": "dev_01H...",
    "enabled": true,
    "url": "https://acme.tower.usenaive.ai"
  }
  ```
</ResponseExample>

<Note>
  The device toggles the link itself via
  [`/v1/devices/self/tunnel`](/docs/api-reference/devices/tunnel). Read
  [the public link](/docs/self-hosting/public-link) for the edge-relay architecture.
</Note>
