Documentation Index
Fetch the complete documentation index at: https://docs.gumnut.ai/llms.txt
Use this file to discover all available pages before exploring further.
API Keys
API keys are the simplest way to authenticate with Gumnut. They’re ideal for server-side applications, scripts, automation, and CI/CD pipelines.Creating an API Key
- Log into the Gumnut Dashboard
- Navigate to API Keys
- Click Create API Key
- Name your key descriptively (e.g., “Production Server”, “Development”)
- Copy and securely store the key
Using API Keys
Include your API key in theAuthorization header as a Bearer token:
TypeScript SDK
Python SDK
Node.js with axios
Managing Keys
View and manage API keys in the dashboard:- See creation date and last used time
- Track usage statistics
- Revoke keys instantly
Error Handling
401 Unauthorized — Invalid or expired API key:- Verify the key is copied correctly (should start with
apikey_) - Check it hasn’t been revoked in the dashboard
- Ensure you’re using the correct environment’s key
