Passes them into the next API call using context-aware variables
No extra setup required.For example, if the login API returns a token, the AI will insert that token into the headers of the next authenticated request automatically:
The agent reads the API response structure and recognizes what needs to be reused, even across nested or multi-step flows.This means you can test real user journeys (e.g., sign up → verify → login → fetch dashboard) without writing a single line of glue logic.