1. Create the agent
- Dashboard
- SDK
- cURL
1
Create a new agent
Sign in at wassist.app, open Agents and click New Agent. You land on the new agent’s page.
2
Give it a hello world prompt
Rename it to
Hello World, then paste this into the Instructions box:3
Save
Click Save in the bar at the bottom of the page.
2. Connect it to the sandbox
1
Open the sandbox number
Go to Numbers in the dashboard and click the number under Sandbox numbers.
2
Route your chat to the agent
In the Routing section, set Mode to Agent: let the connected agent reply, click Connect agent, choose
Hello World, type its name to confirm, and click Connect agent.3. Say hi
From the phone you signed in with, open WhatsApp and sendhi to the sandbox number:
Make it yours
Pick a model and thinking effort
Pick a model and thinking effort
On the agent’s page, choose the model and how much thinking effort it uses. More effort gives more considered answers but slower replies. Changing either requires a paid plan.From the API, set
llmModel and reasoningEffort (none, low, medium, high or xhigh). Send null to go back to the model’s default. Not every model supports every level, and unsupported values return 400.Give it tools and knowledge
Give it tools and knowledge
Under Capabilities you can add API tools, website lookups, MCP connectors, Shopify stores and installed Apps. See Configure tools.
Start from your website or Shopify store
Start from your website or Shopify store
Instead of starting blank, generate an agent from your files, your website or an idea. Selling on Shopify? Install the Shopify app and it builds a sales agent from your store.
Go live on your own number
Go live on your own number
Connect a WhatsApp Business number, then connect the agent to it the same way: Numbers → your number → Routing → Agent. From code:See Deploy your agent.
Next steps
Webhook routing
Handle messages in your own code instead.
Core concepts
Agents, tools, conversations and memory.