Need to get your first API key? See Get your API key.
Using your key
Pass your API key as a Bearer token in theAuthorization header on every request:
~/.vidjutsu/config.json and sent automatically.
Storing your key safely
Your key is a secret. Treat it like a password.| Do | Don’t |
|---|---|
| Store in environment variables | Commit to git |
Use .env files (add to .gitignore) | Share in Slack/email |
| Use your platform’s secrets manager (Vercel, AWS, etc.) | Hardcode in source files |
Rotating your key
If your key is compromised, rotate it immediately. The old key is invalidated instantly.Recovering a lost key
If you lost your key, recover it via email verification:- CLI
- API