Create your first API key

Provision an inference key from the dashboard in under two minutes.

Inference keys authenticate requests to the Relixr gateway. A raw key is shown once, at creation. Store it somewhere safe โ€” Relixr cannot show it to you again.

Create a Key

  1. Log in to the Relixr dashboard.
  2. Go to API Keys.
  3. Select Create key.
  4. Name the key after what will use it, for example production-bot or staging-tests.
  5. Select Create key to confirm.
  6. Copy the key. It starts with nf_live_ and is shown only once.
Tip:

Name keys by what calls them, not by environment alone. checkout-agent tells you more than key-3 when you're reading a usage export six months from now.

Warning:

If a key leaks, rotate it immediately from the key detail page. Rotating a key revokes the old one instantly โ€” there is no grace period.

Set Limits (Optional)

From the key detail page, you can set:

  • A model allowlist
  • A daily spend cap
  • An expiry date

Management Keys

To manage your workspace programmatically โ€” creating keys or agents, or reading usage from your own tooling โ€” create a management key under Mgmt Keys instead. Management keys are a different credential type. Refer to Authentication for the distinction between the two.

Next steps
Make a request
Point your SDK at the gateway.
โ† OverviewMake a request โ†’