RECY Systems is a specialized ERP for the metal-recycling and scrap industry. This page is an independent design exercise that asks what a well-designed RECY Systems API could look like: the resources it would expose, the authentication it would need, and the workflows it could unlock. Below: a hypothetical endpoint design, the technical requirements a production implementation would face, the use cases programmatic access could serve, and where to start if your team needs this kind of access today.

This page is an independent analysis by Supergood of what a well-designed RECY Systems API could look like. It draws on publicly available information, vendor materials, and general integration experience in this category. Nothing on this page describes an existing RECY Systems product, and Supergood is not affiliated with or endorsed by the vendor. If the vendor offers an official API, we highly recommend it.
RECY Systems is a specialized ERP for the metal-recycling and scrap industry. Acquired by AMCS in 2019, it now operates as the AMCS Platform for Metal and powers ferrous and non-ferrous metal recyclers, plus operators handling paper, wood, plastics, and textiles, from inbound material receipt through grading, trading, logistics, and settlement. Recyclers use RECY to run inventory and stock control, grade incoming material, trade and broker commodities, integrate weighbridges and platform scales, manage inbound and outbound freight, process purchase and sales orders, administer contracts and pricing, and reconcile cash and cashless payments through the AMCS Financials accounting module.
Core product areas include:
An API for a platform like this would naturally organize around its core data entities:
Recyclers run their entire yard on RECY daily, but the operating data, stock, grades, trades, weights, logistics, and payments, stays trapped inside an enterprise platform with no public self-serve API:
If RECY Systems exposed a modern, general-purpose API, the integration challenges above suggest what it would need to get right. This is a design sketch, not documentation of anything that exists today:
The endpoint sketches, technical requirements, and use cases below flesh out this hypothetical design.
How AI agents could connect to software like RECY Systems: MCP servers for software without a public API →
If your team needs this kind of access today, Supergood builds integrations on request, one customer at a time. We act at the direction of our customers, within the access they already hold. Customers bring their own accounts, licenses, and entitlements. If the vendor offers an official API, we highly recommend it.
Authentication
/authenticateWould authenticate to a RECY Systems / AMCS Platform for Metal deployment with username/password or MFA and obtain a session token for downstream calls.
Inventory
/stockWould list inventory and stock items by material grade, location, and lot, with on-hand quantities and movements.
Grading
/create_gradingWould submit a material grading record, grade, weight, and contamination assessment, captured at the point of unloading.
Orders
/purchase_ordersWould retrieve purchase and sales orders with supplier/customer, contract, pricing, and self-billing details.
Orders
/create_purchase_orderWould create a purchase or sales order against a contract with material, quantity, and effective-dated pricing.
Weighbridge
/weigh_ticketsWould pull weighbridge tickets with gross, tare, and net weights and the originating truck or platform scale reading.
Payments
/paymentsWould list cash and cashless payments, self-billing invoices, and settlements posted through AMCS Financials.
- Pull inventory, stock movements, and material grades from RECY into a central data warehouse - Stream mobile-captured grading and contamination records to quality and reporting tools - Reconcile on-hand stock by grade and location across multiple yards
- Push purchase and sales orders against contracts with metal content, recovery percentage, and effective-dated pricing - Surface brokerage trades and contract positions to trading and risk dashboards - Update prices in bulk as the market moves without manual portal entry
- Sync weighbridge tickets and gross/tare/net weights into downstream systems with no duplicate entry - Match inbound and outbound transport orders to freight cost records - Feed dispatch and logistics data to planning and customer-notification workflows
- Sync cash and cashless payments and self-billing invoices into AR/AP - Reconcile settlements and automated accounting entries from AMCS Financials into your general ledger - Preserve country-specific VAT handling on every transaction
Automate this platform from the no-code stack you already use.
Authentication
Would require username/password and MFA with managed session handling
Connectivity
Would build on authenticated browser and application flows over the RECY / AMCS Platform for Metal deployment
Response format
Normalized JSON across stock, grading, orders, weighbridge, and payment objects
Rate limits
Adaptive throttling tuned to your deployment to avoid platform-side limits
Session management
Would need automatic session refresh, MFA replay handling, and credential rotation
Data freshness
Near real-time pulls for stock, grading, and weigh tickets with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging
Webhooks
Event-style callbacks for grading, weighbridge tickets, order changes, and payment postings
Latency
Design target: sub-second reads on cached entities; multi-second writes when posting orders and financial transactions
Throughput
Design target: horizontally scaled workers sized to multi-yard volume across high-frequency weighing and grading
Reliability
Retry, backoff, and idempotency keys for orders, settlements, and accounting entries
Versioning
Clear versioning and change management would matter as RECY Systems evolves
Yes. Material grading captured in the mobile grading app at the point of unloading is exposed through the same normalized API surface, alongside stock, weighbridge, and order data.
Yes. Cash and cashless payments, self-billing invoices, settlements, and automated accounting entries, including country-specific VAT handling, are available through the API for reconciliation into AR/AP and your general ledger.
Availability of official interfaces varies by product, plan, and licensing. Many platforms in this category gate access behind partner programs or paid modules, and there is often no broadly available, self-serve public API. Check the vendor's developer resources for current offerings.
The hard parts would be authentication (MFA, session management, enterprise controls), consistent schemas across the platform's products, and write semantics that reconcile the way the platform's own workflows do.
No. This page is an independent analysis by Supergood and is not affiliated with, sponsored by, or endorsed by the vendor. All product names and trademarks belong to their respective owners and are used for identification only. Nothing here documents an actual RECY Systems product or service.
Supergood acts at the direction of its customers, within the access those customers already have. We respect each customer's agreements with their software vendors, and how those agreements apply to a customer's use is a determination the customer makes. If the vendor offers an official API, we highly recommend it.
Supergood builds managed API access to enterprise software for customers on request, scoped to each customer's own licensing and entitlements. If your team needs programmatic access to a platform like this, schedule an integration assessment to discuss options.