Introduction
Welcome to the xclade Developer Platform
Welcome to xclade API
xclade is the infrastructure layer for modern commerce. We provide the primitives you need—products, carts, orders, and payments—delivered via a high-performance, globally distributed API.
Unlike traditional platforms, xclade is headless-native and multi-tenant, designed specifically for building SaaS platforms, marketplaces, and high-scale enterprise storefronts.
Why xclade?
High Performance
Sub-millisecond latency on essential read paths, optimized for edge rendering.
Global Infrastructure
Data is replicated across 35+ regions, ensuring your customers always hit a local node.
Infrastructure as Code
Manage your commerce topology programmatically via our Admin API.
Getting Started
Ready to build? Follow these steps to get your first API key and make a request.
- Create an Account: Sign up for a developer account if you haven't already.
- Get API Keys: Navigate to Settings > API Keys in your dashboard.
- Make a Request:
curl -X GET https://api.xclade.com/v1/products \
-H "Authorization: Bearer YOUR_API_KEY"Core Concepts
Understanding these fundamentals will help you build faster.
Authentication
Learn how to authenticate requests using Bearer tokens and API keys.
Errors & Rate Limits
How we handle 4xx/5xx responses and enforcing fair usage policies.
Pagination
Efficiently traverse large datasets using cursor-based pagination.
Support
If you have questions, our engineering team is here to help.
- Status Page: Check system uptime.
- Developer Discord: Join our community.
- Support: Email support@xclade.com for critical issues.