Overview
What the Reponse API is and how its pieces fit together.
On this page
Overview
Reponse is a Headless Commerce + AI platform. The API gives you programmatic access to the catalog, carts, checkout, orders, loyalty, support, and the AI activation layer, so you can build storefronts, agents, and integrations on top of your store.
Base URL
All API requests go to `https://api.reponse.ai`. Some store-scoped operations also work against `https://your-store.reponse.ai`.
Authentication
Authenticate every request with a workspace API key as a Bearer token. See the [Authentication guide](doc:authentication) for key types and scopes.
Where to start
New here? Follow [Installation](doc:installation), then [Your first request](doc:first-request). Then explore the [SDK](doc:sdk-overview) and the API reference for each resource.