← vitrus.dev

How to use Vitrus

The complete guide — cloud edition. Self-hosting? See the open-source docs.

Vitrus is your company's glass-box brain: connect the tools you already use, ask anything in plain language, and get a clear answer, its sources, and an honest list of what your company hasn't written down yet. This page walks through the whole product.

1. Getting started (3 minutes)

Free plan: 1 brain · 1 seat · 2 connectors · 5,000 nodes. Every page works on Free — limits apply only when you act (connect a third source, invite a second member).

2. Connecting your sources

Every connector turns its source into typed, permission-aware knowledge nodes. Tokens are stored encrypted (AES-256-GCM), isolated per workspace, and source permissions are re-captured on every sync — removed from a private channel means access revoked on the next sync. What each one needs:

Step-by-step token instructions for each provider live in the in-app guide: app.vitrus.dev/docs.

3. Asking & the gap box

One question returns four things:

4. The glass-box pages

5. Agent access (MCP)

Every workspace exposes https://api.vitrus.dev/t/<org>/mcp with bearer auth. The dashboard's Agent access page generates ready-to-paste setup for Claude Code, Codex, Cursor, OpenClaw and Hermes — for example:

claude mcp add --transport http vitrus \
  https://api.vitrus.dev/t/<org>/mcp \
  --header "Authorization: Bearer <token>"

openclaw mcp add vitrus --url https://api.vitrus.dev/t/<org>/mcp \
  --transport streamable-http --header "Authorization: Bearer <token>"

The token carries your identity: an agent sees exactly what you can see — org-scoped, ACL-filtered, audit-logged. Exposed tools: think · search · verify · gap_report · node · skill_export.

6. Team & permissions

7. Pricing & limits

8. Self-hosting & the open core

The full engine — hybrid retrieval, gap analysis, verify, MCP server, CLI — is Apache-2.0-licensed at github.com/ahmetvural79/Vitrus, with quickstart, architecture and scaling docs. Gap analysis is never gated: the cloud sells operations (managed connectors, team, compliance), not capability.

Stuck? Open a support ticket — available on every plan, free included.