v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01302395850.8 KB
v2
store
public

List store creators

List or search marketplace creators

get/api/store/creators

Query parameters

featuredboolean

Filter to only show featured creators

Filter to only show featured creators

search_querystring nullable

Literal + semantic search on names and descriptions

Literal + semantic search on names and descriptions

sorted_by'agent_rating' | 'agent_runs' | 'num_agents'
pageinteger
page_sizeinteger

Response

Successful Response

Example response

{
  "pagination": {
    "total_items": 42,
    "total_pages": 2,
    "current_page": 1,
    "page_size": 25
  }
}