ANTHROPIC_API_KEY from the environment by default. Authsome can supply it through the proxy or through export.
Add Anthropic as a custom provider
Anthropic isn’t in the bundled set today. Register it as a custom provider:Recommended: run the agent under the proxy
ANTHROPIC_API_KEY=authsome-proxy-managed. Outbound requests to api.anthropic.com are intercepted and authenticated at the proxy layer.
Alternative: pass the key explicitly
Multi-account workflows
What’s next
Custom providers
The custom-provider walkthrough.
Run agents with the proxy
The injection model.