Skip to main content
Once your Action schema and authentication are configured, testing ensures everything runs as expected before going live.

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

  1. Go to AI Agent → Playground
  2. Start having your converstion
  3. See results
Testing Debugging Playground
When an action is called this is shown in the Playground as source under the agent response

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.