Skip to main content
GET
/
settings
/
api-keys
Get API Keys
curl --request GET \
  --url https://api.ag.dev/v0.1/settings/api-keys \
  --header 'X-API-Key: <api-key>'
{
  "openai": "<string>",
  "anthropic": "<string>"
}

Authorizations

X-API-Key
string
header
required

Response

Masked API keys map

openai
string | null

Masked OpenAI API key

anthropic
string | null

Masked Anthropic API key