Settings & Billing
Prompteus API Keys
Learn how to manage your Prompteus API keys to authenticate requests to your Neurons.
Prompteus API Keys are used to authenticate requests to the Prompteus API when calling your Neurons. Only Neurons with API Key access control enabled will accept these keys.
Managing API Keys
API Keys management interface
Creating API Keys
- Navigate to the Settings page
- Select “API Keys” from the left sidebar
- Click “Create API Key”
- Give your key a friendly name for easy identification
You will be able to see the API key, even later. Be careful to not expose it to others, and revoke keys that are no longer needed or compromised.
Using API Keys
To use an API key with your Neurons, you’ll need to:
- Enable API Key authentication in your Neuron’s access control settings
- Include the API key in your requests as described in the authentication guide
Best Practices
-
Key Management
- Use different keys for different environments (development, staging, production)
- Rotate keys periodically for security
- Delete unused keys
-
Security
- Never share API keys or commit them to version control
- Use environment variables to store keys in your applications
- Monitor key usage for unusual patterns