search_agents_api_agents_search_get
Search Agents
Search the Agentry AI agent directory by keyword.
Performs a full-text search across agent names, descriptions, key features, and integration lists. Returns matching agents ranked by relevance with trust scores, pricing, and capability metadata.
Responses:
200: Successful Response (Success Response) Content-Type: application/json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search keyword to match against agent name, description, features, and integrations. Examples: 'customer support', 'slack', 'code review', 'sales automation'. | |
| limit | No | Maximum number of search results to return. Range: 1-100. | |
| offset | No | Number of results to skip for pagination. | |
| category | No | Optionally narrow search results to a specific category (e.g. 'Sales & Outreach', 'Customer Support'). |