19 lines
384 B
Markdown
19 lines
384 B
Markdown
---
|
|
agent_provider:
|
|
template: claude
|
|
|
|
egress:
|
|
routes:
|
|
- host: api.anthropic.com
|
|
role: claude_code_oauth
|
|
auth:
|
|
scheme: Bearer
|
|
token_ref: BOT_BOTTLE_CLAUDE_OAUTH_TOKEN
|
|
pipelock:
|
|
tls_passthrough: true
|
|
---
|
|
|
|
Common Claude provider boundary. Drop this file into
|
|
`~/.bot-bottle/bottles/claude.md`, then extend it from task-specific
|
|
bottles.
|