Full-text search across skills and agents.
cURL
curl --request GET \ --url https://api.example.com/v1/search
{ "items": [ { "slug": "<string>", "title": "<string>", "description": "<string>", "category": "<string>", "type": "<string>", "price_cents": 123, "currency": "<string>", "security_status": "<string>", "download_count": 123, "author": { "display_name": "<string>", "github_username": "<string>" } } ], "query": "<string>", "total": 123, "limit": 123, "offset": 123 }
1 - 200
1 <= x <= 100
x >= 0
Successful Response
Show child attributes