Examples
Exploring an API
How to discover and understand unfamiliar API areas
When a developer needs to work with a part of the API they haven't used before:
"I need to integrate shipping into our checkout. What endpoints are available for shipping?"
The assistant calls search_docs with query "shipping" and returns all matching endpoints, schemas, and related documentation.