Documentation Index
Fetch the complete documentation index at: https://docs.argentos.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Auth profiles let you configure multiple API keys, subscriptions, and provider accounts. ArgentOS automatically rotates between profiles when one hits rate limits or quota caps, ensuring your agent stays online.How Auth Profiles Work
Each profile is a named entry with a provider, authentication credentials, and optional metadata:Profile Location
Auth Types
- Setup Tokens
- API Keys
- Provider-Specific Keys
Generated from Anthropic Max subscriptions via
claude setup-token. These bill against the subscription’s weekly quota.Auth Resolution Priority
When the agent makes an API call:- Auth profiles are checked first (setup tokens from Max subscriptions)
- Environment variables are the fallback (
ANTHROPIC_API_KEY, etc.)
Auth profiles take precedence over any API keys set in your environment.
Adding Profiles
- Via CLI
- Manual
Rotation and Cooldown
When a profile hits a rate limit or quota cap:
See Failover for details on the rotation algorithm.
