The Archetype AI Python client uses environment variables for authentication and API configuration.Documentation Index
Fetch the complete documentation index at: https://docs.archetypeai.app/llms.txt
Use this file to discover all available pages before exploring further.
Required Variables
ATAI_API_KEY
Your unique API key for authenticating with the Archetype platform.ATAI_API_ENDPOINT
The API endpoint URL for the Archetype platform.If you’re using the default Archetype platform, this variable is typically pre-configured. Only set this if you’ve been provided with a specific endpoint.
Setting Environment Variables
Add the following to your shell configuration file (~/.bashrc, ~/.zshrc, or similar):