Integrations
Works with what your plant already runs.
Circulyft is an additive tracking layer — not a replacement for your ERP or MES. It reads production order and BOM data from your ERP, captures material events from floor scales and MES, and writes verified chain-of-custody records back. Your existing systems continue operating normally. Typical API setup: 2-3 days.
Request PilotERP Systems
SAP ECC 6.0
SAP S/4HANA
Oracle NetSuite
Oracle EBS
Plex Manufacturing Cloud
Infor CloudSuite Industrial
Microsoft Dynamics 365
Custom REST API
MES & Weighbridge Systems
Mettler-Toledo ICS465
Rice Lake Weighing Systems
Avery Weigh-Tronix
Siemens SIMATIC MES
Rockwell FactoryTalk
Apriso (Dassault)
Modbus TCP/IP
RS-232 Serial Interface
Developer Access
REST API for custom integrations
For operations that don't fit a standard connector, the Circulyft REST API provides full access to material events, chain-of-custody records, and EPR batch data.
- JSON REST with OAuth 2.0 auth
- Webhook support for real-time material events
- Rate limit: 1,000 req/min per tenant
- OpenAPI 3.0 spec available on request
circulyft-api — material-events
$ curl -X GET https://api.circulyft.com/v1/events \
-H "Authorization: Bearer <token>" \
-d '{"facility":"DET-MAIN","from":"2026-04-01"}'
{
"events": [
{
"id": "EVT-20260401-7731",
"type": "carrier_pickup",
"facility": "DET-MAIN",
"line": "LINE-A1",
"material": "ST-304",
"weight_kg": 284,
"timestamp": "2026-04-01T08:14:22Z",
"recycler": "REC-MIDWEST-001",
"status": "verified"
}
]
}
Don't see your system listed?
We build custom connectors for pilot customers. Circulyft is not an ERP replacement — we integrate with what you run. If your plant uses a proprietary MES or a custom scale-bridge protocol, talk to the team about a scoped integration assessment.