Three fields.
Production AI.
Every intent call takes three fields: the domain pack, the intent name, and your input. The engine handles orchestration, retrieval, tool calls, guardrails, and output validation automatically.
The response includes the structured output and a complete execution trace — steps taken, tools called, agent mode used, and latency — so you always know exactly what ran.
packWhich domain to use — talent, compliance, healthcare, legal…intentThe specific operation — analyze-resume, score-candidate, flag-policy…inputYour data — resume text, document, query, or structured payloadIntent in. Structured output out.
Your call hits the Domain Pack's intent router, which maps it to the engine. The orchestrator decides execution strategy, invokes tools from the domain registry, runs retrieval, applies guardrails at every step, then validates output before returning.
Every layer is observable. Every layer is independently configurable on Enterprise plans.
Architecture deep-dive in docs ↗Everything runs inside the engine — nothing to configure
Each layer is a capability the engine manages on your behalf. On Enterprise, every layer is independently configurable, replaceable, or self-hostable.