cURL
curl --request GET \ --url http://localhost:5173/api/check-env-key \ --cookie apiKeys=
{ "exists": true }
Verifies whether a specific API key is configured in the environment.
Cookie-based authentication storing API keys and provider settings
Environment variable name to check
Key status
Was this page helpful?