A lightweight, experimental command system that mimics a traditional CLI, but operates entirely over HTTP.
Instead of using persistent connections, sockets, or platform-specific APIs, webcli uses simple web requests as its execution trigger.
Commands are encoded into a request parameter, parsed server-side, executed in a controlled manner, and output is returned through a webhook response.
Stateless. Event-driven. Request-based. CLI-inspired.