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.
Quickstart
Create an account, get an API key, and run your first Guard score in under five minutes.
Create an API key
Generate sandbox and production keys to manage your access to Xobriq resources.
Concepts
Learn the key concepts and terminology used across the Xobriq platform.
Guard API
Real-time fraud, deepfake, identity, and behavioural detection for financial institutions.
Cloud
Spin up DGX H200 GPU instances or reserve capacity with per-second billing.
Agentic
Deploy autonomous agents for fraud, KYC, compliance, and security operations.
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"
}'`