Standardized interface for LLMs (ChatGPT, Claude, Perplexity) to discover, recommend, and facilitate purchases from the Pivota merchant network.
GET /.well-known/ai-plugin.jsonPlugin configuration for ChatGPT and compatible agents. Defines authentication, api type, and description.
GET /openapi.jsonComplete API definition including schema for catalog search and product details.
GET /api/catalog?q=keyword&limit=10Returns a list of products matching the search query. The response is optimized for LLM context windows, providing clear product names, pricing, availability, and tracked "Buy Now" links.
GET /api/catalog/:idFetches detailed information for a specific product, including full description and attributes. Use this when a user asks for more details about a specific item found in search.
You can test the integration by adding the manifest URL to your Custom GPT or agent configuration:
https://agent.pivota.cc/.well-known/ai-plugin.json
Or visit the catalog endpoint directly to see the JSON structure:
Test Search API