Get started

Welcome to Xobriq

Explore our guides and examples to deploy intelligence, security, and infrastructure workloads on Xobriq.

Get started instantly

Xobriq is an enterprise intelligence platform built for banks, fintechs, telcos, insurers, and government agencies. Whether integrating fraud APIs, deploying autonomous agents, or training models on sovereign GPU infrastructure — Xobriq gives you scalable, compliant, sub-200ms inference from Nairobi.

Use our public endpoints

Xobriq offers Public Endpoints for instant API access to pre-deployed models for fraud, deepfake detection, document verification, and behavioural analysis.

`curl -X POST https://api.xobriq.com/v1/guard/score \
  -H "Authorization: Bearer $XOBRIQ_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "transaction_id": "txn_12345",
    "amount": 150000,
    "currency": "KES",
    "device_fingerprint": "fp_xyz"
  }'`