Browse Public Bundles
Paginated browse of all public bundles, most recent first, optionally filtered by keyword. Works for logged-out visitors (anonymous browsing context).
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Query Parameters
_count? Count
Range
1 <= value <= 100Default
20_page? Page
Range
1 <= valueDefault
1_q?|
Case-insensitive substring match against name and description.
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/discover/bundles"{ "page": 0, "page_size": 0, "has_next": true, "has_previous": true, "total_pages": 0, "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "description": "string", "created_at": "2019-08-24T14:15:22Z", "creator_id": "9cceffdd-8381-4074-8256-eafae24ebee6", "creator_name": "string", "mcp_count": 0, "deployment_count": 0, "fork_count": 0, "tags": [], "entry_previews": [], "featured_sort_order": 0 } ]}{ "detail": "string", "code": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}