Run under the proxy
Export when the proxy is not enough
If you need explicit env vars in the runner process:When to use which
| Use the proxy | Use export |
|---|---|
| You want a single layer that catches every outbound call. | You need fine-grained control over which connection to use per agent. |
| You’re using third-party clients you can’t easily modify. | The agent is yours and reads env vars directly. |
| You need transparent injection for shell tools the agent spawns. | You don’t spawn shell tools. |
What’s next
Run agents with the proxy
The proxy injection model.
Python library
the CLI export path or the daemon HTTP API.