II.
EnvVar JSON
Structured · liveenv-var:google-api-key
GOOGLE_API_KEY json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:google-api-key",
"_kind": "EnvVar",
"_file": "extensions/env-vars/cross-vendor-essentials.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GOOGLE_API_KEY",
"name": "GOOGLE_API_KEY",
"category": "auth",
"valueType": "string",
"description": "Alternate Google AI auth env var honoured by Gemini CLI / @google/genai\nSDK. Source: github.com/google-gemini/gemini-cli docs.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:gemini-cli.runtime@current",
"to": "env-var:google-api-key",
"kind": "has_env_var",
"attributes": {}
}
]
}