II.
EnvVar JSON
Structured · liveenv-var:openai-api-key
OPENAI_API_KEY json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:openai-api-key",
"_kind": "EnvVar",
"_file": "extensions/env-vars/cross-vendor-essentials.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "OPENAI_API_KEY",
"name": "OPENAI_API_KEY",
"category": "auth",
"valueType": "string",
"description": "Primary auth secret read by Codex CLI / OpenAI Agents SDK / Codex SDK.\nSource: platform.openai.com/docs/quickstart.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:codex.runtime@1.x",
"to": "env-var:openai-api-key",
"kind": "has_env_var",
"attributes": {}
}
]
}