> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hookmyapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Build with AI

> Hand the WhatsApp setup to Cursor, Codex, or Claude Code.

## Install skill

Install the HookMyApp agent skills once:

```bash theme={null}
npx skills add hookmyapp/agent-skills --all --global
```

After that, paste one prompt into Claude Code, Cursor, or Codex. The skill tells the agent which HookMyApp commands to run and what to ask you before touching live settings.

See [Agent Skills](/whatsapp/agent-skills) for the capability and safety list.

## One-prompt setup

```text theme={null}
Integrate WhatsApp into my project using HookMyApp.
Install the HookMyApp agent skills first: npx skills add hookmyapp/agent-skills --all --global.
Then use the skill to set up the CLI, start a WhatsApp sandbox, pull env values, clone github.com/hookmyapp/webhook-starter-kit if I do not already have a receiver, and forward webhooks to my receiver.
After login, ask me for my company details (website, business category, use case). Set them with hookmyapp org profile set. Then ask for my personal phone number so HookMyApp can text me if the integration ever breaks. Set it with hookmyapp phone set, then hookmyapp phone verify with the code I receive. Ask, never guess. If I decline either, skip and continue.
Open the sandbox dashboard at the end so I can verify delivery.
```

## Next steps

* [Agent Skills](/whatsapp/agent-skills): What the skill can do and the safety rules.
* [WhatsApp quickstart](/whatsapp/quickstart): Manual setup if you do not want an agent to do it.
* [CLI](/whatsapp/cli): Command reference.
