Authentication
Browser sessions use Firebase Auth through Django. Headless integrations use a
deml_… API key as Bearer or X-API-Key. Keys are shown once
at creation and hashed with SHA-256 at rest.
Authorization: Bearer deml_YOUR_API_KEY
Sealed FORJD handoff
Batch sealed envelopes into FORJD. DEML never stores ciphertext or end-user tokens
on the upstream call.
POST
/api/v1/forjd/ingest
Contract probe
Confirm the DEML ↔ FORJD contract version and readiness before cutting traffic.
GET
/api/v1/forjd/capabilities
Interactive reference
Browse every operation, authorize with your token, and execute calls in the browser.
Open Swagger UI
Integration guides
First-class guides for Kubernetes, TensorFlow, PyTorch, Apache Spark, Databricks, and
AWS Redshift live in the developer portal.
Open developer portal