Asenta sits between your AI pipeline and the real world. POST output, gate it through configurable oversight rules, get a human decision — then receive a signed webhook to act on it.
No credit card required. Connect your first pipeline in minutes.
curl -X POST https://yourapp.com/api/queue \
-H "x-checkpoint-key: cpk_live_a1b2c3..." \
-H "Content-Type: application/json" \
-d '{
"review_template_key": "support-reply",
"content": "Thanks for flagging this — I have issued a full refund, which should land in 3–5 business days.",
"confidence": 0.87,
"segment": "support",
"metadata": { "customer": "Sarah Chen", "ticket": "T-4821" },
"on_approve_webhook": "https://your-pipeline.com/send",
"on_reject_webhook": "https://your-pipeline.com/discard"
}'{
"id": "qi_01HX2AbCdEfGhIjKlMnOpQ",
"status": "pending",
"created_at": "2026-06-28T10:23:45.000Z"
}The Asenta loop
How it works
No SDK to install. One API endpoint, one webhook to receive — Asenta handles the oversight layer in between.
Authenticate with an API key header, send the AI's output as content, and optionally attach per-item webhook URLs, a confidence score, and arbitrary metadata.
Reviewers see a side-by-side view — rendered output left, editable right. Approve, approve with edits, reject, or send back for regeneration. Edits are captured as preference pairs.
Once your approval policy is satisfied, Asenta delivers an HMAC-SHA256 signed POST to your endpoint. Your system carries out the action — Asenta never does.
Features
One unified queue for every pending AI output — emails, social posts, support replies, moderation calls, product listings. Filter by status, segment, or API key. Prioritise, search, and batch-act at scale.
HMAC-SHA256 signatures on every delivery. Per-event URLs for on_approve, on_reject, on_regenerate. 3-retry with at-least-once guarantee.
Deterministic rule engine decides review vs auto-fire before a human sees it. Compliance mode, confidence threshold, always-review rules, custom bypass conditions — fail-closed.
Sequential, quorum, any, or all-approve chains across multiple reviewers. Attach policies to individual API keys. Timebox with escalation on timeout.
Define what your reviewers see for each kind of output — emails, social posts, support replies, product listings, moderation verdicts, JSON tool-calls. Pick the render mode, surface the right metadata, or build your own content type.
Every edit a reviewer makes is captured as a preference pair. Asenta surfaces them as style rules your pipeline can pull from /api/feedback to close the quality loop.
Immutable decision trail for every item: who decided, when, what changed. Export for compliance. Full reviewer attribution and edit history.
Built for every team size
Start alone, add reviewers when you're ready. The API stays the same; the governance layer scales with you.
You build the pipeline, you review the outputs. Use the oversight gate to auto-fire confident items and only queue edge cases.
Invite directors, compliance officers, and domain experts. Set multi-step approval chains and compliance safeguards they cannot override.