Volentia is a resident operating system where MCP tools are the primary API, LLMs are a runtime primitive, and the dashboard is a thin client over the same tools your agents call.
Cases, bookings, rent, contracts, journeys, documents, and communications use typed, versioned, RLS-scoped schemas. Resident, operator, and external agents call the same tools.
Triage, categorisation, sentiment, translation, drafting, and journey decisions run through models by default. Prompts are versioned and evaluated like code.
Jeeves is the built-in resident and operator concierge. ChatGPT, Claude, Cursor, or an in-house agent connects to the same MCP endpoint with per-user OAuth.
Register external MCP servers for work orders, calendars, or energy providers and Volentia agents call them alongside native tools.
Supabase OAuth 2.1 supports dynamic client registration. Every tool call runs as the authenticated user under database RLS, and mutating tools require explicit approval.
The web app is a thin client over the tool layer. Use clicks when you prefer them and prompts when you do not.