iiRecord
Agentic AI Atlas · OPENAI_API_KEY
env-var:openai-api-keya5c.ai
II.
EnvVar JSON

env-var:openai-api-key

Structured · live

OPENAI_API_KEY json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/env-vars/cross-vendor-essentials.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}