Products
Living MapDrift AlertsBacktest ForensicsPath QueriesCustom AxesRisk Maps
Solutions
Compliance OfficersRisk Managers / CROPortfolio ManagersCTOs & Engineering
Developers
DocumentationAPI ReferenceSDKsArchitectureAudit Manifest
Resources
BlogUse CasesCustomer StoriesPressChangelog
Company
AboutFoundersCareersContact
More
PricingTrustEnterprise
Documentationv1 · stable

Build with
DEINO.

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.

<5minFirst query
3Official SDKs
100Free calls/mo
REST·gRPCSurface
first_query.py
install$ uv add deino
from 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)
response
press run to see the forecast + manifest

Live quickstart · pick a language and press run to see the forecast + manifest.

§ 01Start here
§ 02Quickstart, in full

Four steps to a defensible forecast.

The console above runs step three. Here’s the whole path — key, install, query, manifest — start to ship.

STEP 01

Get an API key

Sign up for the free tier at deino.ai/pricing. 100 calls/month, no card. Your key arrives by email within 60 seconds.

STEP 02

Install the SDK

One line in Python (uv add deino), TypeScript (pnpm add @deino/sdk), or Rust (deino = "1.0"). All three SDKs ↗

STEP 03

Run your first query

The console on the right is exactly this — `oracle.query` with `include_manifest`. You get a distribution and a signed manifest back.

STEP 04

Inspect the manifest

Every forecast ships with a complete audit manifest. Read the spec ↗. Save it — years later, anyone can reproduce the same output.

§ 03Common workflows
§ Final

Questions about the docs?

Join the Oracle Council on Discord — founders answer technical questions directly. Or email engineering@deino.ai for production support.