Authentication
Authenticate API requests with a personal Sleevy API key.
Protected Sleevy API routes accept a personal API key as a bearer token. Create one in Sleevy settings and send it with every request.
Bearer tokens
curl https://api.sleevy.app/v1/saved-items \
-H "Authorization: Bearer $SLEEVY_API_KEY"Keep keys private
Use environment variables locally and your platform's secret store in production. Never commit a key or expose it in a browser bundle.