Add API keys to any product or service.
Step 1: Generate a key.
Optionally assign an expiration date, allowed Origin or IP range, or policies such as "read-only" or "write-only" for websites.
PUT apikeys.com/tenant/your_id/keys/your_key
Step 2: Check if your key is valid
GET apikeys.com/keys/your_key
Keys are cached globally
Great for loose coupling between services.
Identify and control configs by distributing API keys.
Great for CIs
Use a simple curl to gate access to systems.
Great for gating your own APIs
Allow users access with individual keys that can be revoked or modified.