DEVELOPER HUB v3.0
BUILD ON THE SUBSTRATE

Engineered for
Builders.

Integrate ATRIYA’s non-bypassable governance kernel into any agentic workflow. P-09 SDK provides the deterministic harness for provable intelligence.

P-09 — SYSTEM SDKS

Language Matrices.

Node.js SDK

JavaScript / TypeScript

v0.9.4

Install Library →

Python Core

Python 3.9+

v1.2.0

Install Library →

Go Substrate

Go 1.21+

v0.4.1

Install Library →
CORE API V3

The Governance
REST Layer.

Every product within the catalogue is accessible via a unified JSON-RPC or REST interface. Constitutional rules are enforced at the gateway.

POST

/v3/governance/intercept

Intercept and verify an intent bundle against constitutional axioms.

GET

/v3/provenance/trace/{hash}

Retrieve the Merkle-anchored audit trail for a specific decision.

POST

/v3/entities/model

Query the 7-dimensional cognitive state of a registered entity.

const atriya = require('@Atriya-systems/core');

const client = new atriya.Client({
  subscription: 'T3-SOVEREIGN',
  axiom_registry: ['DATA_RESIDENCY', 'DECISION_CLEANSE']
});

// Intercept and Verify
const result = await client.verify({
  prompt: "Synthesize bond yield counterfactuals",
  metadata: { entity_id: 'E-4819', tier: 'P-11' }
});

console.log(result.signature); 
// 0x9f1a2... [COMMIT_APPROVED]

Start
Interacting.