wa-deploy

Automate WhatsApp AI agent deployment to Render via CLI and REST API.

4|3|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Asher-pro/wa-whatsapp-agent --skill wa-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wa-deploy
Source: https://github.com/Asher-pro/wa-whatsapp-agent/tree/main/skills/wa-deploy
Command: npx skills add https://github.com/Asher-pro/wa-whatsapp-agent --skill wa-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the end-to-end deployment of a WhatsApp AI agent to Render, handling service creation, persistent storage, optional Postgres, deployment, and Green API webhook wiring.

Core Features & Use Cases

  • Automated Render service creation and deployment using the render CLI and REST API.
  • Attach a 1GB persistent disk for SQLite conversations and reminders.
  • Optionally provision Postgres for Outlook-related data and token rotation.
  • Wire Green API webhook so the bot can receive WhatsApp messages and respond in real time.

Quick Start

Run wa-deploy to deploy the built bot to Render and watch the live service URL appear.

Frequently Asked Questions about wa-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a WhatsApp AI agent to Render automatically?

To deploy a WhatsApp AI agent to Render automatically, you can use a deployment automation skill that provisions the service, attaches persistent disks, and wires the Green API webhook via the render CLI and REST API.

What do I need to set up before automating a Render deployment for a WhatsApp bot?

Before automating a Render deployment, you need a Render API key, a linked GitHub repository, and specific environment variables for Green API and your LLM providers to execute the deployment successfully.

Can I provision a Postgres database on Render when deploying a WhatsApp bot?

Yes, you can optionally provision Postgres on Render during the deployment process, which is used for managing Outlook-related data and token rotation alongside the primary WhatsApp agent service.

Does the automated Render deployment support persistent storage for WhatsApp conversations?

The automated Render deployment supports persistent storage by attaching a 1GB persistent disk, ensuring SQLite conversations and reminders are retained across service restarts.

How does a WhatsApp bot receive real-time messages after deploying to Render?

To receive real-time messages after deploying to Render, the deployment process wires a webhook to the Green API, allowing the bot to intercept and respond to incoming WhatsApp messages.

What is the best way to wire a Green API webhook to a Render service?

The best way to wire a Green API webhook is through an automated deployment script that uses the render CLI and REST API to configure the endpoint, ensuring real-time WhatsApp message delivery to your bot.