Run the whole script under the proxy
OPENAI_API_KEY=authsome-proxy-managed and similar placeholders. The proxy injects the real value for outbound requests to matched provider hosts. No code changes needed in your script.
Data-loader credentials
LlamaIndex’s data readers cover dozens of services (Notion, Confluence, Slack, Google Drive, etc.). For each one:- Check
authsome listfor the matching provider name. - If bundled, log in:
authsome login <provider>. - Run your script under
authsome run --. The reader picks the credential up from its standard env var.
Export when the proxy is not enough
Multi-account
What’s next
Python library
the CLI export path or the daemon HTTP API.
Custom providers
Add a data-source provider authsome doesn’t ship.