CLAUDE_CODE_OAUTH_TOKEN
env-var:claude-code-oauth-token
EnvVarextensions/env-vars/claude-code-env-vars-auth.yaml·Open in Graph → {
"id": "env-var:claude-code-oauth-token",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars-auth.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "CLAUDE_CODE_OAUTH_TOKEN",
"description": "OAuth access token for Claude.ai authentication (alternative to /login for SDK and automated environments).",
"name": "CLAUDE_CODE_OAUTH_TOKEN",
"category": "auth",
"valueType": "string"
},
"outgoingEdges": [
{
"from": "env-var:claude-code-oauth-token",
"to": "agent-runtime-impl:claude-code.runtime@1.x",
"kind": "affects",
"attributes": {}
}
],
"incomingEdges": []
}