Keychain API
The Keychain API gives you read-only access to the data inside your Keychain manufacturing ERP. Pull product formulations, raw-material pricing, inventory movements, supplier records, production costs, and order history into your own reports, dashboards, cost calculators, and third-party integrations.
The API is organized around REST. It returns JSON-encoded responses, uses standard HTTP response codes, and authenticates every request with an API key passed in the X-API-Key header. All responses are scoped to your organization — your API key determines which manufacturer's data you can access.
Available APIs
| Product | Description | Status |
|---|---|---|
| Keychain OS | Complete ERP data — finished-product definitions with recipes and production steps, raw materials with vendor pricing and allergen info, supplier accounts with catalogs and performance stats, customer accounts with order history, full inventory movement ledger, production runs with detailed cost breakdowns, procurement transactions, and customer sales orders | Available |
Quick start
- Get an API key — contact tech@keychain.com
- Read the Getting Started guide — authentication, pagination, and error handling