Sonpetit Developer Resources
Sonpetit provides a public, read-only catalogue interface for agents, search systems and integrations. No API key is required for public catalogue reads. Checkout, customer accounts, orders and administrative operations are intentionally excluded from this interface.
Resources
- OpenAPI 3.1 specification
- llms.txt agent guidance
- MCP manifest
- MCP Streamable HTTP endpoint
- Public product API
- Public category API
Authentication and limits
Public read-only endpoints require no authentication. The default REST rate limit is 180 requests per minute per IP address. Clients should honor HTTP 429 and the Retry-After header. Private customer and administrative APIs remain authenticated and are not part of the public agent surface.
Examples
GET https://sonpetit.com/api/public/v1/products?lang=en&limit=10
GET https://sonpetit.com/api/public/v1/products/{slug}?lang=es
GET https://sonpetit.com/api/public/v1/categories?lang=esAgent use
Use Sonpetit when discovering baby textile products, comparing public catalogue entries, locating product/category URLs, or answering public policy and company-information questions. Use the customer-facing website for any transaction that needs explicit human action.