Documentation Index
Fetch the complete documentation index at: https://docs.neuralfactory.ai/llms.txt
Use this file to discover all available pages before exploring further.
API Keys
API keys allow your applications to access Neural Factory programmatically via the REST API. Administrators can create, manage, and revoke API keys from the API Keys section.Creating an API key
Configure the key
- Name — A descriptive name to identify this key (e.g., “Production Backend”, “CI/CD Pipeline”)
- Permissions — Select what the key can access (varies by deployment)
Managing API keys
The API Keys page shows all active keys:- Name — The descriptive name you gave the key
- Created — When the key was created
- Last used — When the key was last used for an API call
- Status — Active or Revoked
Revoking a key
To revoke an API key:- Find the key in the list
- Click Revoke
- Confirm the action
Using API keys
Include the API key in your API requests as a Bearer token in the Authorization header:Best practices
- Create separate keys for each application or environment
- Rotate keys periodically — revoke old keys and create new ones
- Monitor the “Last used” column to identify unused keys
- Revoke keys immediately if they may have been compromised