System check
A pre-deploy readiness check for this instance. Run it after setting environment variables and again once the client has connected tools.
Core
- EVE_BASE_URLReview
Set to "http://localhost:3000" — should be the live https URL. OAuth redirects and email links depend on it.
- Supabase configuredFix
Set SUPABASE_URL and SUPABASE_SERVICE_ROLE_KEY — needed to persist connections, settings, and login.
Security
- Token encryption at restReview
Set EVE_ENCRYPTION_KEY before clients connect anything, or mailbox tokens are stored in plaintext.
- Access gateReview
Open instance — no login. Set EVE_AUTH_MODE=supabase (per-user) or EVE_ACCESS_PASSWORD (shared) to require sign-in.
AI
- Eve's brain (Anthropic)Review
No ANTHROPIC_API_KEY — Eve won't auto-triage or draft (email send/read still works).
Integrations
- Google WorkspaceOff
Optional — not set up.
- Microsoft 365Off
Optional — not set up.
- Tools connectedOff
Nothing connected yet — the client connects tools in setup or the dashboard.