Everything an engineer needs to ship auditable AI to production. Your first forecast — distribution and signed manifest — in under five minutes. Pick a language on the right and run it.
$ uv add deinofrom deino import Client client = Client(api_key="dno_test_…") f = client.oracle.query( entity="actor:84a2", include_manifest=True, ) print(f.distribution, f.manifest.signature)
Live quickstart · pick a language and press run to see the forecast + manifest.
19 Rust crates, 4 layers, 25 A2A agents, 5 sister-LLMs. The full picture.
The open standard for AI decision provenance. RFC, schema, examples.
REST + gRPC endpoints. Auth, query, manifest export, webhooks.
Official clients in Python, TypeScript, and Rust. Install, configure, query.
Reproduce any past decision, bit-for-bit, from its manifest ID.
SOC 2 status, EU AI Act mapping, security questionnaire, deployment models.
The console above runs step three. Here’s the whole path — key, install, query, manifest — start to ship.
Sign up for the free tier at deino.ai/pricing. 100 calls/month, no card. Your key arrives by email within 60 seconds.
One line in Python (uv add deino), TypeScript (pnpm add @deino/sdk), or Rust (deino = "1.0"). All three SDKs ↗
The console on the right is exactly this — `oracle.query` with `include_manifest`. You get a distribution and a signed manifest back.
Every forecast ships with a complete audit manifest. Read the spec ↗. Save it — years later, anyone can reproduce the same output.
Subscribe to webhooks when entity axes cross thresholds. Each alert ships with the manifest.
Hand the Forensics endpoint a manifest ID; it returns the identical forecast bit-for-bit.
Path Queries (V2) traverse Instruments → Companies → Actors → Governments in one request.
Custom Axes (V2/V3) implement your firm’s proprietary methodology as a typed agent.
Join the Oracle Council on Discord — founders answer technical questions directly. Or email engineering@deino.ai for production support.