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

env-var:anthropic-api-key

Structured · live

ANTHROPIC_API_KEY json

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

File · extensions/env-vars/claude-code-env-vars.yamlCluster · extensions
Record JSON
{
  "id": "env-var:anthropic-api-key",
  "_kind": "EnvVar",
  "_file": "extensions/env-vars/claude-code-env-vars.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "ANTHROPIC_API_KEY",
    "description": "Primary auth credential for the Anthropic API.",
    "name": "ANTHROPIC_API_KEY",
    "category": "auth",
    "valueType": "string"
  },
  "outgoingEdges": [
    {
      "from": "env-var:anthropic-api-key",
      "to": "agent-runtime-impl:claude-code.runtime@1.x",
      "kind": "affects",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "env-var:anthropic-api-key",
      "kind": "has_env_var",
      "attributes": {}
    }
  ]
}