Skip to main content

Try-It Tool

The Try-It tool is a built-in development-time testing interface that lets you send requests to your service and inspect responses without leaving WSO2 Integrator. Use it as you write code to verify behavior immediately, before committing to automated tests. The tool starts your service automatically when you select Try It, so there is no separate run step required.

Try-It experiences

Different integration types open a different Try-It interface. Select the one that matches your integration:

Integration typeTry-It experiencePage
HTTP serviceRequest builder with method, URL editor, headers, request body, and response viewerTest HTTP service
GraphQL serviceBuilt-in GraphiQL editor with schema explorer, query editor, and response panelTest GraphQL service
Chat agentConversational chat panel for sending messages and validating agent responsesTest Chat agent
MCP serverMCP Inspector for listing tools and invoking them with input parametersTest MCP server

What's next