API Key Manager

A settings table of API keys with masked reveal, copy-to-check, created dates, and revoke.

Pro

API keys

Authenticate requests to the Lumenite API.

NameSecret keyActions
Production serverProduction

Last used 4 hours ago

sk_live_••••••••••••4056
Edge functionsProduction

Last used 2 days ago

sk_live_••••••••••••5f28
CI pipelineDevelopment

Last used just now

sk_test_••••••••••••4b65
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.