# ============================================
# Junto MCP — Environment Configuration
# ============================================
# Copy this to .env and fill in your values.
# Only the provider API key(s) are required.
# --- Provider API Keys ---
# Enable at least one provider.
WOOVI_APP_ID= # Woovi/OpenPix — Pix payments (Brazil)
# STRIPE_SECRET_KEY= # Stripe — Cards, ACH, SEPA (Global) [coming soon]
# WISE_API_TOKEN= # Wise — Bank transfers (Global) [coming soon]
# BELVO_SECRET= # Belvo — Open Finance (Brazil, all banks)[coming soon]
# --- Guardrails ---
# All amounts in cents (smallest currency unit).
# Defaults shown. Uncomment to override.
# JUNTO_DAILY_LIMIT=50000 # Max spend per day (default: R$500.00)
# JUNTO_PER_TX_MAX=20000 # Max per transaction (default: R$200.00)
# JUNTO_CONFIRM_ABOVE=5000 # Ask human above this (default: R$50.00)
# --- Access Control ---
# Comma-separated lists. Empty = allow all.
# JUNTO_ALLOWED_PROVIDERS=woovi,stripe
# JUNTO_ALLOWED_DESTINATIONS=EMAIL,CPF,PHONE
# --- Logging ---
# JUNTO_LOG_DIR=~/.junto # Audit log directory (default: ~/.junto)