Backend API
cURL
curl --request GET \ --url https://api.wacht.dev/ai/settings \ --header 'Authorization: <api-key>'
{ "gemini_api_key_set": true, "openai_api_key_set": false, "anthropic_api_key_set": true }
Get deployment AI settings (API keys are masked)
API key authentication (format: Bearer {api_key})
AI settings
Whether Gemini API key is set
true
Whether OpenAI API key is set
false
Whether Anthropic API key is set
Was this page helpful?