# aa-proxy
Sidecar traffic interception proxy for Agent Assembly.
[](https://crates.io/crates/aa-proxy)
[](https://docs.rs/aa-proxy)
[](https://github.com/ai-agent-assembly/agent-assembly/blob/master/LICENSE)
Implements Layer 2 of the three-layer interception model: a sidecar proxy that
sits alongside each AI agent process, intercepting outbound HTTPS traffic and
enforcing governance policy before forwarding requests — with no code changes to
the agent. Runs as a standalone binary or embedded in-process via `aa_proxy::run()`.
Part of [Agent Assembly](https://github.com/ai-agent-assembly/agent-assembly) — [documentation](https://docs.agent-assembly.com/) · [monorepo](https://github.com/ai-agent-assembly/agent-assembly).