II.
EnvVar JSON
Structured · liveenv-var:openai-base-url
OPENAI_BASE_URL json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:openai-base-url",
"_kind": "EnvVar",
"_file": "extensions/env-vars/cross-vendor-essentials.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "OPENAI_BASE_URL",
"name": "OPENAI_BASE_URL",
"category": "network-timeout",
"valueType": "string",
"description": "Optional override for the OpenAI API base URL — used by Codex CLI to\nroute through a proxy or alt OpenAI-compatible endpoint.\nSource: platform.openai.com/docs/api-reference/authentication.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:codex.runtime@1.x",
"to": "env-var:openai-base-url",
"kind": "has_env_var",
"attributes": {}
}
]
}