Nodaryx Help Center中文

Create your first API key

An API key authenticates your calls to Nodaryx models from code or tools. Treat it like a credential and keep it safe.

Steps

  1. Sign in to the platform at https://nodaryx.moyuncourse.site
  2. Open the API Keys page
  3. Click create and give the key a recognizable name
  4. Copy and store the key immediately

The key is shown only once

For security, the full API key is shown only once, at creation time. After you close the dialog you can only see its prefix, not the full value. If you lose it, delete the old key and create a new one.

API keys always carry this prefix:

sk-nodaryx-...

Disable & delete

You can disable or delete any key from the API Keys page at any time. Calls using a disabled or deleted key fail immediately with an authentication error.

Security reminders

  • Don't share the key
  • Don't commit it to GitHub or any repository
  • Don't put it in frontend code (visible in the browser)
  • Keep it in a server-side environment variable, e.g. NODARYX_API_KEY

See Security best practices for more.

Next steps