Template catalog
GET /api/templates returns approved templates. A request without parameters returns the complete catalog for compatibility with the directory. Machine clients should use pagination.
GET /api/templates?category=research&q=sources&sort=newest&page=1&limit=50category: engineering, publishing, creative, research, business, personal, or operations.q: searches names, authors, summaries, categories, and tags.sort: featured, newest, a-z, or popular.pageandlimit: paginate up to 100 records per request.
Response fields
Each template includes its canonical slug, creator attribution, category, summary, tags, public x.ai destination, original source when available, and verification metadata. The response also includes total records, total pages, and whether another page is available.
Individual template details
GET /api/templates/{id}/details returns the full captured x.ai description, source URL, capture date, and excerpts grouped by tools, data access, operating behavior, approval boundaries, and limitations. Only approved templates are public. The details field is null when a template has not been enriched yet; unstated sections are omitted.
These fields contain creator claims, not a permission manifest or security audit. The suggested starter prompt is not the bot's private instructions.
Other discovery files
- RSS feed for the 50 most recently added templates.
- XML sitemap for canonical pages.
- llms.txt for a compact site map and attribution guidance.
Attribution and responsible use
Cite the canonical GrokMarket detail page and the named creator or original source. Do not present add counts as ratings. The listed templates remain subject to their creators and the terms of the platform hosting them.