SeppLeaf, the gilder's source
212-683-2840       sales@seppleaf.com    
LoginBasket
Display

AI Resources

Machine-readable / AI-friendly resources for discovery and indexing. Public read-only unless otherwise stated.

Manifest: /ai/manifest.json | /ai/manifest.toon | /ai/openapi.json

LLM guide: /llms.txt | /llms-full.txt

Recommended for AI agents


JSON / CSV Feeds

Updates feed supports optional ?since=UNIX_TIMESTAMP. List feeds may support ?page=, ?limit=, and ?since=. Use /ai/feeds/meta.json for source, freshness, pagination, and mirror metadata.

{"id":"ABC123","sku":"ABC123","title":"Example Product","summary":"Short description","url":"https://seppleaf.com/products/abc123"}

Details + Search

  • /ai/search.json?q=gold
  • /ai/search.toon?q=gold
  • /ai/products/{sku}.json
  • /ai/products/{sku}.toon
  • /ai/guides/{slug}.json
  • /ai/guides/{slug}.toon
  • /ai/glossary/{slug}.json
  • /ai/glossary/{slug}.toon
  • /ai/media/{id}.json
  • /ai/media/{id}.toon
{"query":"gold","limit":20,"items":[{"id":"product:ABC123","type":"product","title":"Example Product"}]}

Schemas

Data Dictionary
  1. id — Internal content or product identifier.
  2. sku — SKU / product code when applicable.
  3. type — Content type, endpoint type, or search result type.
  4. title/name — Human-readable title or name.
  5. summary/description — Short or long description.
  6. url — Canonical public URL.
  7. uri — Stable route slug/URI.
  8. brand/category/tags — Catalog navigation and grouping fields.
  9. last_updated/uploaded_at — UNIX timestamp when present.
  10. mime_type/pdf_url — Media/document metadata when present.
  11. image_url/price/availability/product_type/material/finish/size/related_products/documents/charts/breadcrumbs — Best-effort product enrichment fields; chart/SDS/TDS/PDF data is MVP until the overhaul is complete.

MCP

MCP endpoints support page, limit, and since query params where applicable. Blog MCP routes may require API-key access depending on endpoint/config; open feed mirrors are listed above.

{"page":1,"limit":50,"count":1,"items":[{"id":"ABC123","title":"Example Product"}]}

Product detail pages include structured data for key product fields.


Sitemaps


TOON

feed: products\nitems[1]{id,sku,title,url}:\n  ABC123,ABC123,"Example Product",https://seppleaf.com/products/abc123