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
| Property | Type | Description | Defined in |
|---|---|---|---|
apiKey? | string | Forwarded as ANTHROPIC_API_KEY. | src/batteries/llm/claude_code_cli/wire.ts:44 |
authToken? | string | Forwarded as ANTHROPIC_AUTH_TOKEN. | src/batteries/llm/claude_code_cli/wire.ts:46 |
baseUrl? | string | Forwarded as ANTHROPIC_BASE_URL. | src/batteries/llm/claude_code_cli/wire.ts:48 |