AuraOne / Docs / Agent Studio Open / Settings
Provider keys
Bring your own keys for OpenAI, Anthropic, or Google. Ollama too. None reach AuraOne.
At a glance
Agent Studio Open guide
- Entry
- Provider keys
- Reading
- 6 min
- Sections
- 1
- Applies to
- Applies to the current Agent Studio Open source release. Check the product page and repository for the latest version, supported platforms, and installation details.
01
Storage model
Desktop stores provider keys through the shared OS keychain abstraction. Browser edition stores encrypted key material in IndexedDB after the user supplies a passphrase.
Keys are used for local replay and compare runs. They never appear in telemetry or trace cards. They never appear in JUnit exports or AuraOne intake previews.
- Open Settings, Models, Add provider.
- Pick a provider. Anthropic, OpenAI, or Google. Ollama and any OpenAI-compatible endpoint also work.
- The CLI reads the provider's documented environment variable when the model command runs; it does not provide a providers set subcommand.
export OPENAI_API_KEY=<YOUR_KEY>
agentstudio --json model --provider openai --model <MODEL_ID> --prompt "hello"
# Verify command wiring without a network request
agentstudio --json model --provider openai --model test --prompt "hello" --dry-run