End-to-End Testing in the Playground
The Playground lets you test your Action directly inside Watermelon, without publishing it. It simulates how your AI Agent will call your API.How to Test
- Go to AI Agent → Playground
- Start having your converstion
- See results

Comparing a Working Postman Call to a Failing Action
When your Action fails but works in Postman, something in Watermelon’s setup doesn’t match your Postman request. Step-by-step comparison
If your Postman call succeeds but the Action fails:
- Compare full request URL and headers in both.
- Ensure schema uses correct parameter location (in: query, in: path).
- Check for case sensitivity — orderId ≠ order_id.

