Skip to main content
Agentic Trust gives your customers instant, accurate answers by combining a knowledge base, custom actions, workflows, and identity verification into a single embeddable widget.

How it works

  1. Configure your agent in the dashboard — set a system prompt, choose a model, and upload knowledge sources.
  2. Embed the widget on your site with a single script tag and your API key.
  3. Users ask questions and the agent streams answers using your knowledge base, actions, and workflows.
  4. Monitor and improve through the activity feed, feedback ratings, and conversation history.

Architecture overview

Agentic Trust runs as a Next.js application backed by PostgreSQL with pgvector. Chat requests are routed to an isolated agent container running the Claude Agent SDK with MCP tool servers for knowledge retrieval, custom actions, and workflow execution.
ComponentTechnology
Dashboard & APINext.js (App Router), React, Tailwind CSS
DatabasePostgreSQL + pgvector (Drizzle ORM)
AuthWorkOS AuthKit (dashboard), API keys (widget)
AI ModelsClaude Sonnet 4.6, Haiku 4.5, GPT-5.2, Gemini, and more
EmbeddingsOpenAI text-embedding-3-small (1536 dimensions)
Agent RuntimeDocker container with Claude Agent SDK + MCP tools

Next steps