commit 52ffdce0c7b77f841a2cf2abdb279c805bc3106c Author: nirpa Date: Wed Aug 19 04:06:24 2026 +0000 Add "Home" diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..aa1e7d8 --- /dev/null +++ b/Home.md @@ -0,0 +1,5 @@ +channel-exit is the estate's single controlled exit to a person's inbox or phone. Services that need to reach a human POST to its /send endpoint (bearer-token authenticated) instead of each carrying a provider key of their own — credentials live in one place, one service can be turned off or rate-limited, and a bug in a worker cannot become a bill. + +It supports email and sms channels (whatsapp/push return 501), binds only to 127.0.0.1 on the host, and never logs message subjects, bodies, or credentials. GET /healthz reports which channels are wired without a token. Its first consumer is reminders-service. + +Full contract, deployment notes, and operating rules: [the channel-exit repository](https://granthi.shre.ai/nirpa/channel-exit). \ No newline at end of file