MACHINE LAYER

Structured access for automated systems.

This page defines the intended machine-readable surface of Certa Systems — planned integration points, structured input formats, and AI-readable definitions.

Status: Planned interface. Not all endpoints are live. Do not treat as a production API.

No Auth Required (most routes)Structured Input OnlyAsync RoutingPlanned Interface

SYSTEM STRUCTURE

AGENT

Front-end Agent

Handles intake, classification, diagnosis, and routing. First interaction layer for all external inputs.

ASSESSMENT

Assessment Module

Structured multi-step evaluation of project submissions. Produces routable case files.

PARTNERSHIP

Partnership Layer

Receives and filters operational and distribution collaboration requests.

STRATEGIC_ACCESS

Strategic Access Layer

Controlled entry point for capital sources and strategic resource holders.

STANDARDS

Standards Reference

Machine-readable intake rules, access logic, and escalation thresholds. Maintained by RuleMark.

PLANNED ENDPOINTS

These routes define the intended integration surface. Implementation is in progress. Do not use in production systems without confirmation of availability.

POST/api/intake

Submit a structured case for triage and routing.

Auth: None

POST/api/classify

Classify a case type and return routing recommendation.

Auth: None

GET/api/status/:id

Retrieve current status and routing outcome of a submitted case.

Auth: Case Token

POST/api/agent/query

Submit a structured query to the front-end agent.

Auth: None

GET/api/standards

Retrieve current intake standards in machine-readable format.

Auth: None

HUMAN / AI BOUNDARY

Automated systems interact only with the machine layer. Human escalation paths are available only as downstream routing outputs — not as direct access points. No direct human contact is available through this layer.

Standards references are maintained by RuleMark at standards.rulemark.org.

MACHINE-READABLE FILES

/llms.txtAI site index — routes, definitions, contact
/machine-layer.jsonStructured system definition in JSON format
/sitemap.xmlStandard XML sitemap for all routes
/robots.txtCrawler access rules