DOCS v3.0
INTRODUCTION

Technical Introduction

The ATRIYA Substrate is an execution environment that enforces constitutional axioms on every AI-driven intent. This documentation provides the technical primitives for builder integration.

Unlike traditional 'guardrail' solutions that filter outputs, ATRIYA intercepts intents at the substrate level, ensuring non-bypassable governance before execution occurs.

Example Payload — IntroductionJSON
{
  "substrate_id": "SBI-DOM-001",
  "intent": {
    "action": "QUERY_RISK_LATTICE",
    "parameters": { "dim": "P-11", "target": "E-481" }
  },
  "governance": {
    "axiom_ref": "AXIOM_REDUCER_09",
    "verification_mode": "DETERMINISTIC"
  }
}

Related Primitives

P-19
Orchestration
P-04
Audit Trail