Not software.
Infrastructure.
CheckSammy isn't a portal on top of the same old system. It's a new system — AI-native operations, owned processing infrastructure, and complete traceability from pickup to carbon credit.
Four layers. Complete system.
Every layer builds on the one below. The result is a system where intelligence, visibility, processing, and impact work together.
Layer 1
Intelligence Layer
AI agents that match, predict, and optimize across the network
Provider matching — capability, location, performance, cost
Demand prediction — anticipate needs before they're requested
Route optimization — minimize miles, maximize efficiency
Material classification — AI-assisted sorting and grading
Layer 2
Visibility Layer
Real-time tracking and chain of custody for every material
GPS tracking — live location of every pickup
Weight verification — certified scale data at every step
Event stream — complete audit trail of every action
Material flow — from origin to final disposition
Layer 3
Processing Layer
ZeroPoint facilities that transform materials into value
Inbound receiving — weigh, scan, document
Sorting & grading — separate by disposition path
Processing — bale, shred, compact, destroy
Outbound — route to recyclers, commodity buyers, destinations
Layer 4
Impact Layer
Automatic sustainability metrics and carbon calculation
Diversion tracking — measured, not estimated
Carbon calculation — CO₂e from EPA emission factors
ESG reporting — framework-ready exports
Future: CarbonStream — verified carbon credits
Build on top
GraphQL API for everything. Webhooks for real-time events. Integrate CheckSammy into your existing systems — ERP, WMS, or custom applications.
View Documentation# Query an order
query {
order(id: "ord_abc123") {
status
materials {
type
weight
disposition
carbonImpact {
co2eAvoided
methodology
}
}
chainOfCustody {
timestamp
event
location
verifiedBy
}
}
}