The gateway — everything enters here
One front door for every workflow. It verifies that an incoming message is genuinely from where it claims to be, rejects duplicates so a retried delivery cannot fire an action twice, and routes what is left to the right bot for the right tenant. It is the layer that makes the other two safe to reason about: nothing reaches a bot that has not been checked and attributed first.
