API Key Manager
A settings table of API keys with masked reveal, copy-to-check, created dates, and revoke.
API keys
Authenticate requests to the Lumenite API.
NameSecret keyCreatedActions
Production serverProduction
Last used 4 hours ago
sk_live_••••••••••••4056Apr 12, 2025
Edge functionsProduction
Last used 2 days ago
sk_live_••••••••••••5f28Mar 28, 2025
CI pipelineDevelopment
Last used just now
sk_test_••••••••••••4b65Feb 09, 2025
Full secrets appear only at creation. Rotate keys regularly and never commit them.
Usage: paste this file into your project (e.g.
components/api-key-manager.tsx), make sure framer-motion, clsx and tailwind-merge are installed, and add the cn() helper from the docs.