Create a 90-day key
API Keys
Mint a new API key
Generates a new API key. The full secret is returned exactly once — save it immediately; subsequent reads only return the prefix.
Key naming convention
Use descriptive, deployment-aware names. Good examples:
prod-splunk-2026q2staging-sentineltom-laptop-dev
Bad examples that make audit trails useless:
key1,my key,test
Expiration
Pass expires_in_days for time-bounded keys (recommended for any key handed to a partner or CI system). Omit for keys that never expire. You can revoke at any time via DELETE.
Tier and scopes
Tier inherits from your account subscription (free or pro). Scopes default to your tier’s full set; the response includes them so you know what the key can do.
POST
Create a 90-day key
Authorizations
Session cookie (for API key management endpoints)
Body
application/json