LIVE

QDI Command Center

Quantum Deterministic Intelligence — 9 autonomous workers, SHA3-256 certified execution, immutable audit trail. Zero AI. Pure cryptographic proof.

SHA3-256 CERTIFIED
QDL IMMUTABLE
KYBER-1024

[ Live Network ]

[ Recent Activity ]

QDL Immutable Ledger

Every task execution cryptographically certified. No deletions. No modifications.

Cert ID Combined Hash Worker Status Rules Verified At
Loading...

QDI API Reference

Auth: X-QDI-Key: qdi-dev-key-2026 · Base URL: /api/qdi/v2

Tasks
Workers
System

Source Code

Full codebase — browse, copy, or copy all with one click.

File Tree

Select a file…
Select a file from the tree to view its source.

Developer Access

Register for a QDI API key. Keys are generated once — store them securely.

[ Register]

[ Quick Start]

Register above to receive a QDI-xxxx API key. Pass it via the X-QDI-Key header on every request.

curl -X POST https://urti-forestry.polsia.app/api/qdi/engine/tasks \
  -H "X-QDI-Key: QDI-YOUR-KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "agent": "code_generation",
    "title": "Build Admin Dashboard",
    "description": "Build an enterprise admin dashboard with dark theme, analytics charts, user management, and role-based access control.",
    "priority": "high"
  }'

Engine v2 Endpoints:

  • GET /api/qdi/engine/status — Engine health (no-LLM declaration)
  • POST /api/qdi/engine/tasks — Create validated task (9 agents)
  • POST /api/qdi/engine/tasks/:id/run — Execute + QDL chain certify
  • GET /api/qdi/engine/results/:id — Result + certificate
  • GET /api/qdi/engine/qdl/ledger — Hash-linked block chain
  • GET /api/qdi/engine/qdl/verify — Chain integrity proof
  • POST /api/qdi/developers/register — Get your API key

[ Registered Developers]

ID Name Email Company Status Registered Action
Loading…