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.


1. Initialize the client

Installs
3
GitHub Stars
2
First Seen
Apr 23, 2026
adding-api-key-auth — scalekit-inc/skills