Skip to content
1 min read · 83 words

Interface: WrapperAuth

Defined in: src/batteries/llm/claude_code_cli/wire.ts:42

Explicit auth credential to forward to the grandchild's environment. Exactly one of the two fields is set.

Properties

PropertyTypeDescriptionDefined in
apiKey?stringForwarded as ANTHROPIC_API_KEY.src/batteries/llm/claude_code_cli/wire.ts:44
authToken?stringForwarded as ANTHROPIC_AUTH_TOKEN.src/batteries/llm/claude_code_cli/wire.ts:46
baseUrl?stringForwarded as ANTHROPIC_BASE_URL.src/batteries/llm/claude_code_cli/wire.ts:48