iiRecord
Agentic AI Atlas · CLAUDE_CODE_USE_BEDROCK
env-var:claude-code-use-bedrocka5c.ai
II.
EnvVar JSON

env-var:claude-code-use-bedrock

Structured · live

CLAUDE_CODE_USE_BEDROCK 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:claude-code-use-bedrock",
  "_kind": "EnvVar",
  "_file": "extensions/env-vars/claude-code-env-vars.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "CLAUDE_CODE_USE_BEDROCK",
    "description": "When set to 1, route model calls through AWS Bedrock instead of the Anthropic API.",
    "name": "CLAUDE_CODE_USE_BEDROCK",
    "category": "bedrock",
    "valueType": "bool",
    "defaultValue": "0",
    "featureGate": true
  },
  "outgoingEdges": [
    {
      "from": "env-var:claude-code-use-bedrock",
      "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:claude-code-use-bedrock",
      "kind": "has_env_var",
      "attributes": {}
    }
  ]
}