Standard-10060 · Object Evaluation Layer · AI-native
Object
Evaluation
Node
Machine-readable evaluation of product objects under Standard-10060. Determines regulatory state. Executes no workflows. Feeds the resolver.
eco-10060.ai is the AI-native interface of ECO-10060.
Same layer. Machine-native surface.
One pass. One state. No interpretation required.
Same layer. Machine-native surface.
One pass. One state. No interpretation required.
Endpoints
Three endpoints.
Complete surface.
Stateless. Deterministic. Designed for direct ingestion by ERP systems, procurement agents, and AI enforcement tools.
GET /health
Node status and resolver dependency declaration.
{
"node": "eco-10060.ai",
"layer": "object evaluation",
"status": "active",
"resolver_dependency": "resolver.aio-resolver.com"
}
GET /evaluate
Evaluate a product object. Returns binary deterministic state.
{
"object": "SKU_123",
"applicability": "NOT_APPLICABLE",
"due_diligence": "NOT_REQUIRED",
"forest_risk": "NULL"
}
GET /schema
ECO field structure for agent self-onboarding.
{
"object": "ECO",
"fields": ["object_id","material_class","evidence_refs","jurisdiction"]
}
Architecture
Where this
sits in the stack.
Each layer has one job. No layer inherits the semantics of another.
standard-10060.org → defines the rules
eco-10060.ai → evaluates the object ← you are here
resolver.aio-resolver.com → fires the signal
acm-68000 → expresses the outcome
aio-rail.ai → executes the cleared action
DPU → proves it happened