How it works
When you describe a flow in plain English (e.g., “Log in and fetch user profile”), the AI:- Understands dependencies between endpoints
- Extracts response values (like user_id, token, etc.)
- Passes them into the next API call using context-aware variables
- Request bodies
- Headers
- URL params
- Query strings