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 athttps://api.ejentum.com/mcp. See the MCP Server Guide. - Modes. Four harnesses (
reasoning,code,anti-deception,memory), each with a dynamic and anadaptive-variant. Passmode: reasoningfor dynamic,mode: adaptive-reasoningfor 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.