Operations
Catalog of secret references — env var names only, never values.
Raw secret values never leave the server and are never written to the database. This catalog tracks which env vars are required, who owns them, and whether they are present in the current environment.
| Secret Key | Env Var | Storage | Required | Env Value Present | Status |
|---|---|---|---|---|---|
| twilio.account_sid | TWILIO_ACCOUNT_SID | Environment Variable | Yes | Present | Not Verified |
| twilio.api_key_sid | TWILIO_API_KEY_SID | Environment Variable | Yes | Present | Not Verified |
| twilio.api_key_secret | TWILIO_API_KEY_SECRET | Environment Variable | Yes | Present | Not Verified |
| twilio.auth_token | TWILIO_AUTH_TOKEN | Environment Variable | Yes | Present | Not Verified |
| twilio.webhook_auth_token | TWILIO_WEBHOOK_AUTH_TOKEN | Environment Variable | Yes | Present | Not Verified |
| twilio.messaging_service_sid | TWILIO_MESSAGING_SERVICE_SID | Environment Variable | Yes | Present | Not Verified |
| twilio.phone_number | TWILIO_PHONE_NUMBER | Environment Variable | Yes | Present | Verified |
| twilio.voice_forwarding | TWILIO_VOICE_FORWARDING_NUMBER | Environment Variable | Yes | Present | Not Verified |
| google.client_id | GOOGLE_CLIENT_ID | Environment Variable | Yes | Present | Not Verified |
| google.client_secret | GOOGLE_CLIENT_SECRET | Environment Variable | Yes | Present | Not Verified |
| google.redirect_uri | GOOGLE_REDIRECT_URI | Environment Variable | Yes | Present | Verified |
| google.production_redirect_uri | GOOGLE_PRODUCTION_REDIRECT_URI | Environment Variable | Yes | Missing | Verified |
| anthropic.api_key | ANTHROPIC_API_KEY | Environment Variable | Yes | Present | Not Verified |
Catalog only. Secret values never leave the server.