Integrated Partners

Put DAN-O & ODIN inside your stack.

Vetted partners can call the same grounded-reasoning and predictive engines that power the Omega Point suite, over a scoped, authenticated API, deployed on your infrastructure or through a sovereign gateway. No data leaves your environment without your say.

DAN-O API · Grounded Reasoning

/v1/dano/query

Submit a question + app scope; receive a grounded answer with cited sources and a confidence flag. Retrieval stays inside your governed corpus.

POST · application/json
# Authenticated, scoped, sovereign
POST https://<your-gateway>/v1/dano/query
Authorization: Bearer $OMEGA_PARTNER_KEY

{
  "app":   "svt", // tag scope
  "query": "prior theft activity on VIN 1FT…?",
  "cite":  true,
  "k":     7
}

// → 200
{
  "answer":     "…",
  "sources":    [{"id","score","loc"}],
  "confidence": "HIGH",
  "leakage":    "none"
}
ODIN API · Predictive

/v1/odin/predict

Predictive support for time-critical operations. The request schema, modes, and response format are documented in the partner API specification, shared with vetted partners under a written agreement.

POST · application/json
# Authenticated, scoped, sovereign
POST https://<your-gateway>/v1/odin/predict
Authorization: Bearer $OMEGA_PARTNER_KEY

// ODIN is proprietary. Request/response schema is provided
// to vetted partners under a written agreement (NDA).
Partner Model

Vetted, scoped, sovereign

Access is granted under a written integration agreement. We provision a scoped partner key, you choose the deployment posture, and your data governance is preserved end-to-end.

01 · VET

Eligibility & agreement

Partner vetting, use-case review, and a signed integration + data-handling agreement. Government, public-safety, and enterprise security partners.

02 · DEPLOY

Sovereign or gateway

Run the engines on-prem / air-gapped, or call them through a hardened Omega Point gateway. Bearer-key auth, scoped per app, rate-limited.

03 · INTEGRATE

Build & support

Reference SDKs, scoped corpora, and engineering support. Your product gets grounded reasoning and prediction without rebuilding the backbone.

Data governance. The DAN-O corpus is internal and confidential. Partner deployments retrieve only within your authorized, scoped data, Omega Point's internal knowledge base is never exposed through the partner API. See Privacy & Security.

Become an integrated partner

Tell us what you're building and how you handle data. We'll scope access, deployment, and terms.

Request API Access →