Getting Started
Get an API Key
Generate and manage your Poomi API keys
API keys authenticate your requests to the Poomi API. Each key is tied to your account and tracks usage for billing.
Creating an API Key
- Sign in to your Poomi account
- Go to Developer Console → API Keys
- Click Create API Key
- Give your key a descriptive name (e.g., "Production", "Development")
- Copy the key immediately
Key Management
- View keys: See all your keys, their names, and creation dates
- Revoke keys: Permanently disable a key. This action cannot be undone
- Multiple keys: Create separate keys for different environments or applications
API keys are shown only once at creation. Store them securely — in environment variables or a secret manager, never in source code.
For key format details and security best practices, see Authentication.