Deploy in one command
pywa-cloud deploy packages your project and builds/runs it as a container — no
Dockerfile to write yourself.
Pywa Cloud is a cloud platform for hosting applications built with
pywa, the Python WhatsApp Cloud API framework. Write your bot with
pywa exactly as you already do, then deploy it with pywa-cloud deploy.
Deploy in one command
pywa-cloud deploy packages your project and builds/runs it as a container — no
Dockerfile to write yourself.
Secrets done right
Env vars and secrets are stored separately from your code. Secret values are never readable back once set.
Built for pywa
The runtime contract is built directly on top of pywa’s own pywa run CLI — nothing
reimplemented, nothing to relearn.
One app, one process
Every deployed app gets its own container, always — a deliberate isolation boundary, not just a scaling choice.