Feature flags
Runtime switches for platform behavior. Changes take effect immediately.
- Real email sending
email.real_sendWhen ON, the system actually delivers outbound email through the connected mailbox provider (Gmail / Outlook / SMTP). When OFF, every send is only recorded to the email tables (email_messages + email_send_log) — no provider call is made and no API key is required. Staging always stays log-only regardless of this flag.
- Ivy creator-scoring active version
ivy.creator_scoring.active_versionWhen ON, the campaign-independent creator-scoring endpoint scores with the team’s pinned active scoring-config version (weights + gates tuned in the Creator Scoring Lab) and stamps that config_version on the cards. When OFF (default), scoring uses the built-in equal-weight defaults and no versioned config is read — today’s behavior, so flipping this on is the rollout step for tuned weights. An explicit per-request weight override always wins regardless of this flag.