II.
EnvVar JSON
Structured · liveenv-var:gemini-api-key
GEMINI_API_KEY json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:gemini-api-key",
"_kind": "EnvVar",
"_file": "extensions/env-vars/cross-vendor-essentials.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GEMINI_API_KEY",
"name": "GEMINI_API_KEY",
"category": "auth",
"valueType": "string",
"description": "Primary auth secret read by Gemini CLI when not using ADC. Source:\ngithub.com/google-gemini/gemini-cli docs (authentication).\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:gemini-cli.runtime@current",
"to": "env-var:gemini-api-key",
"kind": "has_env_var",
"attributes": {}
}
]
}