Documentation Index
Fetch the complete documentation index at: https://docs.plumi.ai/llms.txt
Use this file to discover all available pages before exploring further.
API Keys
All API requests require an API key for authentication.Creating an API Key
- Go to Settings > API Keys in your Plumi workspace
- Click Create API Key
- Give your key a descriptive name
- Copy the key (it won’t be shown again)
Using Your API Key
Include your API key in theAuthorization header:
API Key Permissions
API keys inherit the permissions of the user who created them:- Read-only users can only execute SELECT queries
- Admin users have full access
Revoking API Keys
To revoke an API key:- Go to Settings > API Keys
- Find the key you want to revoke
- Click Revoke
Best Practices
- Use separate keys for different integrations
- Rotate keys regularly (at least every 90 days)
- Use environment variables to store keys
- Never expose keys in client-side code or logs