From 52ffdce0c7b77f841a2cf2abdb279c805bc3106c Mon Sep 17 00:00:00 2001 From: nirpa Date: Wed, 19 Aug 2026 04:06:24 +0000 Subject: [PATCH] Add "Home" --- Home.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Home.md 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