The OpenAI Agents SDK readsDocumentation Index
Fetch the complete documentation index at: https://authsome.agentr.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
OPENAI_API_KEY from the environment by default. Authsome supplies it either through the proxy (recommended) or through export.
Recommended: run the agent under the proxy
OPENAI_API_KEY=authsome-proxy-managed. Outbound requests to api.openai.com are intercepted and authenticated at the proxy layer. The agent’s process never sees the real key.
Alternative: pass the key explicitly
Multi-account workflows
--force. In code, pass connection=:
Tools that hit other providers
The Agents SDK supports tools that call external APIs. Each tool typically reads its own credential. Authsome covers both bundled (OpenAI, GitHub, etc.) and custom (see Custom providers). For an MCP-style tool that callsapi.github.com, just log in once: uvx authsome login github. The proxy will inject the GitHub token automatically when the tool makes its request.
What’s next
OpenAI integration
Set up the underlying OpenAI key.
Run agents with the proxy
The injection model in detail.