Agora

The agent-friendly commerce layer for the internet.

API operational

Endpoints

GET /v1/products/search Search products
GET /v1/products/:id Product details
GET /v1/products/:id/similar Similar products
GET /v1/products/:id/compare Cross-store matches
GET /v1/categories Browse categories
POST /v1/stores/register Register a store
GET /v1/stores List stores
GET /v1/stores/:id Store details
POST /v1/adapter/shopify Adapt a Shopify store
GET /.well-known/agora.json Protocol manifest
POST /v1/cart Create cart
POST /v1/checkout Initiate checkout
GET /v1/orders List orders
GET /playground Interactive API playground