I want to connect an AI agent (LLM-based) to WhatsApp using WAHA + GOWS engine.
The AI should only read incoming messages and react accordingly through my own backend logic.
The big problem is: once the session is connected, the AI (or any code with API access) can potentially call send endpoints and perform unwanted actions (sending messages, editing, deleting, etc.).
I need a way to completely prevent any outgoing actions at the WAHA level, so even if the AI goes rogue or there's a bug in my prompt/code, it physically cannot send anything.

I want to connect an AI agent (LLM-based) to WhatsApp using WAHA + GOWS engine.
The AI should only read incoming messages and react accordingly through my own backend logic.
The big problem is: once the session is connected, the AI (or any code with API access) can potentially call send endpoints and perform unwanted actions (sending messages, editing, deleting, etc.).
I need a way to completely prevent any outgoing actions at the WAHA level, so even if the AI goes rogue or there's a bug in my prompt/code, it physically cannot send anything.