Build a Postman collection and turn it into a real test suite โ all through Postman's Agent Mode. In this first module you'll create the workspace and collection you'll test, then prompt Agent Mode to write your first assertions: the status line, the response headers, and the shape and values of the response body. Let Agent Mode do the typing, but never approve a test you can't explain. You'll practice against the Movies API, a free, public REST API with no authentication.
Before you start
You'll need the Postman desktop or web app and a free Postman account. Everything runs against the public Movies API โ no API key or authentication required.
This module uses Agent Mode, Postman's built-in AI assistant. It proposes each action and asks for confirmation before running it โ unless you've enabled Auto-run, which applies changes without prompting.