Jinba Toolbox
Reference

API Keys

Issuing and managing API keys

Issuing

  1. Open "API Keys" in the sidebar
  2. Click "New API Key"
  3. Enter a name and issue

The complete key is only shown at issuance. Store it in a safe place.

Management

View and delete issued keys on the "API Keys" page. Use "Reveal" to show the full key again.

Permissions

API keys have member level permissions (→ Roles and Permissions).

Security

  • Don't hardcode in source code
  • Manage with environment variables or secret management systems
  • Delete keys promptly when no longer needed
  • Issue separate keys for different purposes

On this page