# Stripe API Configuration
# Copy this file to .env and fill in your actual values
# Your Stripe API key (test or live)
# Get it from: https://dashboard.stripe.com/apikeys
STRIPE_API_KEY=sk_test_...
# Your Stripe Customer ID
# Format: cus_xxxxx
STRIPE_CUSTOMER_ID=cus_...
# Provider-specific API keys
# (Only required for the provider you want to test)
# OpenAI API key
OPENAI_API_KEY=sk-...
# Anthropic API key
ANTHROPIC_API_KEY=sk-ant-...
# Google Generative AI API key
GOOGLE_GENERATIVE_AI_API_KEY=...