- the CLI for live workspace, sandbox, and webhook operations
- Agent Skills for HookMyApp-specific workflows inside your IDE
- the Webhook Starter Kit as a clone-and-go runtime
Prerequisite
A human still needs to sign up for a HookMyApp account first. After that, your agent can take over: it logs the CLI in, starts a sandbox session, clones the starter kit, wires.env values, and verifies the round-trip.
HookMyApp CLI
For live operations, start with the CLI.--json for structured parsing. See the full CLI reference for the command surface.
Agent skills
If the agent works inside a codebase, install HookMyApp agent skills:Webhook starter kit
A working Node/Express receiver with HMAC signature verification, a send helper, and an auto-reply handler. Your agent clones it, points the CLI at it, and you have a webhook receiver running in two minutes.One-prompt setup
If you have agent skills installed, paste this into Claude Code, Cursor, or Codex and walk away:Next steps
- Personal AI agent: Connect your own number to your own AI agent.
- CLI: Command reference.
- Agent Skills: Skill capabilities and safety rules.
- WhatsApp quickstart: Clone and run the reference receiver.