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

# API Keys

> Manage API credentials for this product.

The **API Keys** tab (Develop → API Keys) is where you manage the API credentials
for this product — the **public key** (`mk_`) and **secret key** (`msk_`) used to
authenticate against the [Manufacturer API](/api/overview).

## What you get

* Your product's `mk_` (public) and `msk_` (secret) keys
* The headers every API request needs:
  ```
  x-api-key: mk_...
  x-secret-key: msk_...
  ```

<Warning>
  Keep the `msk_` secret key server-side — never ship it in a client app or browser
  bundle. See [Authentication](/api/authentication) for the full rules.
</Warning>

## Where they're used

* The [Manufacturer API](/api/overview) (products, devices, database, onboarding)
* The [white-label app-starter](/apps/quickstart), to go from mock mode to live

<Card title="Full API reference" icon="book" href="/api/overview">
  Base URL, auth, and all endpoints.
</Card>
