Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AGENTS.md
# CLAUDE.md

This file provides guidance to coding agent when working with code in this repository.

Expand Down
2 changes: 1 addition & 1 deletion docs/api-proxy-sidecar.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For a deep dive into how AWF handles authentication tokens and credential isolat
When enabled, the API proxy sidecar:
- **Isolates credentials**: API keys are never exposed to the agent container
- **Auto-authentication**: Automatically injects Bearer tokens and API keys
- **Dual provider support**: Supports both OpenAI (Codex) and Anthropic (Claude) APIs
- **Multi-provider support**: Supports OpenAI, Anthropic, Copilot, and Gemini APIs
- **Transparent proxying**: Agent code uses standard SDK environment variables
- **Squid routing**: All traffic routes through Squid to respect domain whitelisting

Expand Down
Loading