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
- Log in to the Relixr dashboard.
- Go to API Keys.
- Select Create key.
- Name the key after what will use it, for example
production-botorstaging-tests. - Select Create key to confirm.
- Copy the key. It starts with
nf_live_and is shown only once.
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.
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.