Nodaryx Help Center中文

Key lifecycle

Manage all your keys on the platform API Keys page.

Create

Click create and name the key. Copy and store it immediately — the full value is shown only once.

Use

Put the key in the request header:

Authorization: Bearer sk-nodaryx-xxxxxxxxxxxxxxxx

Or reference it from a server-side environment variable NODARYX_API_KEY.

Disable

Temporarily turn off a key. Calls using it fail immediately with an authentication error, but the key is kept and can be re-enabled.

Delete

Permanently remove a key — this cannot be undone. After deletion you must create a new key to keep calling.

Regenerate

If you suspect a leak, delete the old key and create a new one, then update everywhere it's used (environment variables, CI/CD secrets, tool configs).

Next steps