Sovereign European AI platform

Your AI services.One API.Sovereign by design.

REST APIMCPYour applicationsSaaS, back-officesYour AI agentsClaude, Cursor, LangGraph…djinn GatewayAPIM — single entry pointauth · quotas · auditMCP Gatewaytools for agentsSpecialized AI servicesextensible, no limits🇪🇺 Sovereign LLMshosted in the EUAdmin Consolesupervision & quotas
Platform

Sovereign by design. Built for your needs.

The average company spends EUR 300 to 600k a year across 15 to 25 vendors. Djinn consolidates it all into a single platform: one contract, one API, one DPA.

70%savings vs. multi-vendor
<3s
P95 extraction latency
99.9%
Availability SLA
100%
Data in the EU

Reversible, no lock-in

European cloud by default, on-premise possible. Your data stays exportable at any time.

Natively interoperable

doc-extract feeds candidate-analyzer or export-hub with no mapping. The services talk to each other.

Natively multi-tenant

Data isolated per client. API keys per tenant. Usage-based billing.

Production-grade performance

Circuit breakers, multi-TTL cache, full observability — clear SLAs.

A specific need? A new service in mind?

We build it with you and add it to the platform. Development is not billed — you only pay for usage.

Let's talk →
Integration

Integrate in minutes, not weeks

One API key, one base URL, consistent endpoints.

  • Standardized REST endpoints /v1/
  • Python and TypeScript SDKs
  • Asynchronous webhooks
  • Free sandbox, no credit card
  • MCP Server — plug your AI agents directly
Read the documentation →
extract_invoice.py
import requests

response = requests.post(
    "https://api.djinn.solyntek.io/v1/extract",
    headers={"X-API-Key": "djinn_sk_live_..."},
    json={
        "file_url": "https://your-storage.example/invoices/invoice-001.pdf",
        "document_type": "invoice"
    }
)

invoice = response.json()# {
#   "document_id": "ext_01j...",
#   "document_type": "invoice",
#   "data": {
#     "vendor_name": "Acme SAS",
#     "invoice_number": "FAC-2026-0042",
#     "total_amount": 1250.00,
#     "vat_rate": 20.0,
#     "issue_date": "2026-05-01"
#   },
#   "confidence": 0.97
# }

Ready to simplify your AI stack?

Get your API key in 2 minutes. Integrate Djinn services into your application.

Trust
GDPR-nativeHosted in FranceLocal LLMsEU AI ActREST API /v1/