Skip to main content
This key authenticates requests to hosted Nori. Running Nori on your own machine with synthefy-nori needs no key at all — see Installation.

Treat it like a password

Anyone who has your key can spend your usage credits.

Where to find it

The API Keys page in the Synthefy Console. Copy the whole key, with no leading or trailing spaces.
One key at a time. You can have exactly one Nori key. If one already exists, the create button is replaced by your active key. To rotate, delete the existing key first, then create a new one — deleting revokes it immediately.

Create your key

1

Open the API Keys page

Sign in to the Synthefy Console and open the API Keys page.
2

Find the Synthefy Nori section

At the top of the page, find the Synthefy Nori section, subtitled “Manage the API key for the Synthefy Nori model”.
3

Subscribe

An active subscription is required before you can create a key. If you’re not subscribed yet, the Create Synthefy Nori key button is disabled — click Subscribe, complete checkout in the Stripe tab that opens, then return to the console. The page refreshes and unlocks key creation.
4

Create the key

In the Synthefy Nori access card, click Create Synthefy Nori key.
5

Copy it before closing the dialog

A dialog titled API key created successfully shows the full key. Copy it and store it somewhere safe, such as a password manager or secret store.
The key is shown only once, at creation. If you lose it, delete the key and create a new one.
Afterwards the section shows an active-key card with the model name, a masked key identifier, your rate limits, and Delete key / Manage subscription buttons.

Rate limits

Using your key

Pass it to the client explicitly:
Or set it once in your environment and omit the argument:
For a full request and response example, including cURL, see the Quickstart.

Next steps

Quickstart

Make your first request with the key you just created.

Python Client

Auth, retries and DataFrames handled for you.