Developer Platform

Wrap any agent, get a signed proof

Intentrax is execution-assurance infrastructure for AI agents: wrap any framework and every autonomous action returns an Autonomous Execution Proof that anyone can replay and verify without trusting your logs.

Developer path

The console is free and opens at account creation; the proof-generating sandbox is issued after a short architectural review. No automatic production signing credentials are issued.

Read the trust model

Developer Path

Move from documentation to a reviewed developer sandbox

Read the public docs and verify a live proof today; a free account opens the console, and the proof-generating sandbox is issued after a short architectural review.

What this page provides

Install from npm to onboard

The public SDK (npm install @intentrax/sdk) generates local config, a sample admission envelope, a hook starter, and a host-wiring guide for your framework; wiring execution to the engine uses your review-gated developer sandbox.

  • npm install @intentrax/sdk
  • Six adapter paths
  • No credentials written to disk

Proof, not logs

The Intentrax Assurance Engine canonicalizes each event, evaluates your policy version, hashes, and signs it into an Autonomous Execution Proof the executor cannot edit after the fact.

  • Engine-generated proof
  • Policy-bound authority
  • Tamper-evident hash and signature

Verify offline, fail closed

The standalone public verifier recomputes hashes and re-derives the decision with no runtime, network, or private key, and fails closed on authority drift.

  • Offline replay verification
  • Export JSON, aep-json, PDF
  • Fails closed on drift

Recommended next steps

Start building

Start with public developer guidance, then request sandbox access through review.

Start building
// Verify a real, signed proof — keyless, works right now:curl -s https://verify.intentrax.com/api/public/verify/proof/45f765a0fb5b20de6f73c38d7a94e48c041640af8cb0c3382fa0302ce2c70992"verification_status": "VALID"// npm install @intentrax/sdk

Build toward a reviewed sandbox path

Nothing you do here is published. The docs are public to read; your sandbox work stays private to your account, and production access is review-gated.

Request Architectural Review