Documentation

Everything you need to build with Ejentum. From quickstart guides to advanced patterns.

Quickstart

The Quickstart now lives as an interactive page at /docs/quickstart, with live API output you can toggle across all four harnesses and both modes.

In short:

  • Endpoints. REST at POST https://api.ejentum.com/harness/ (Bearer auth, JSON in, JSON out), or the hosted MCP server at https://api.ejentum.com/mcp. See the MCP Server Guide.
  • Modes. Four harnesses (reasoning, code, anti-deception, memory), each with a dynamic and an adaptive- variant. Pass mode: reasoning for dynamic, mode: adaptive-reasoning for adaptive.
  • Response. A JSON array with one object keyed by the mode you sent. The value is a ready-to-inject string.
curl -X POST https://api.ejentum.com/harness/ \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"Why did our API latency spike after the last deploy?","mode":"reasoning"}'

Full details: API Reference · Concepts · Integrations.