SenderKit runs in two modes — test and live — so you can wire up and exercise sends without risking a real notification to a real person. You don’t configure an environment in code or pass a flag; the mode is decided by which API key you use.Documentation Index
Fetch the complete documentation index at: https://docs.senderkit.com/llms.txt
Use this file to discover all available pages before exploring further.
Test vs live
The key prefix selects the mode:sk_test_— test mode. SenderKit never calls your providers. It accepts the send, renders the template, and synthesizes a realistic delivery lifecycle so your logs and dashboards look exactly like production — but nothing reaches a real inbox, phone, or device.sk_live_— live mode. Sends are delivered for real through your connected providers.
How a version reaches live
There’s no separate staging tier to promote through. You iterate in test mode (which renders your latest draft) and, when it’s ready, publish the version — that’s what makes it live. Publishing is the gate between the two modes.Versioning
How publishing chooses the live version.
Authentication
Creating and rotating test and live keys.