adding-api-key-auth
Installation
SKILL.md
Adding API Key Auth (Scalekit)
Flow overview
Your app creates token (org or user scoped) → Scalekit returns key + tokenId →
Customer stores key → API client sends Bearer key → Your server validates →
Scalekit returns org/user context → Filter data accordingly
The plain-text API key is returned only once at creation. Scalekit never stores it.