Documentation Index
Fetch the complete documentation index at: https://docs.neuro-tech.io/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
All requests to the Neuron API must be authenticated. The API supports Bearer token authentication via API keys.API keys
Generate an API key from your Neuro dashboard under Settings → API Keys.Using your API key
Include your API key in theAuthorization header of every request:
Security best practices
- Never expose your API key in client-side code or public repositories.
- Rotate keys regularly and revoke unused keys.
- Use environment variables to store keys in your applications.
- Restrict key permissions to only the scopes your integration needs.
Token expiry
API keys do not expire by default, but you can set expiry dates from the dashboard. Expired tokens return a401 Unauthorized response.
See Security and Transport for additional recommendations on keeping your integration secure.