InventDB
Technology

One engine. Everything built in.

The platform

How InventDB is put together.

Your tools sit on top, and everything underneath is InventDB.

Your toolsapps, agents and your own code
Claude CodeReplit appsEmergent appsClaude DesktopHermes AgentCustom software
Interfaceshow everything connects
MCPREST APISQL over HTTPWebhooks & change feed
Business engineInventDB SOAR
WorkflowsReportsAnalyticsViewsForms
Core databasethe engine
Full SQL & ACIDSchemaless JSONSearch & vectorsFiles & OCREncryptionRoles & row-level security

The core database.

Full SQL & transactions

Joins, aggregates, GROUP BY and ACID transactions.

Schemaless JSON records

Records change shape without migrations. Nested fields and arrays are queryable in SQL.

Four kinds of search

Exact, fuzzy, full-text and semantic, from one query layer.

Vector embeddings

Semantic search over records and documents, generated and stored inside the platform.

Files with OCR

Attachments on any record, with text extracted and searchable by content and by meaning.

Relationships

Foreign keys between types, with referential integrity enforced: a record that others reference cannot be deleted, and queries join across the keys.

Encryption

AES-256 at rest under your own key, TLS in transit, on your own private volume.

Roles & row-level security

Each signed-in user, and each agent acting for them, sees only the rows their role allows.

Audit trail

Every change records who, what and when, across the app, SQL and agents alike.

MCP for AI agents

A built-in MCP server with typed tools. Claude Desktop, Cursor or your own agent connects with one line.

HTTP API

Every instance serves its own live reference at /api/docs and its spec at /api/openapi.json.

Webhooks & change feed

Your other systems hear about changes as they happen.

250M records

One private instance carries you from your first record to 250 million, with no migration.

Single-tenant

Your own process on your own machine. No other business shares it.

Sleeps when idle

The instance powers down when unused and wakes on the first call. Storage always persists.

The business engine.

The business engine is the set of services that run on top of the database, and it comes with InventDB SOAR.

Workflows

Business workflows triggered by events, external or internal: an email arriving, a record changing, a schedule coming due. Each step acts on your data or reaches an outside system through the built-in integrations: Gmail, Google Calendar, SMS and webhooks. Where a step needs a person, the workflow raises an actionable notification and waits for the decision. You write it in plain English and test it with every send mocked.

Reports

A report is an HTML template with SQL behind every figure. Each render runs the queries again, the output prints as A4, and delivery runs on a schedule per recipient.

Analytics

The AI turns a plain-English question into SQL, runs it under your role and row filters, and shows the SQL alongside the answer so you can check it.

Views

A view is a saved query plus its layout: the filters, columns and ordering. Share it with your team; row-level security still decides what each person sees.

Forms

Generated from your data and its foreign keys: a reference field becomes a picker, dependent fields narrow as you choose, and validation runs on the server.

Interfaces.

Every interface runs under the caller's role and row rules, and every call is logged.

MCP

A built-in server with typed tools. Any MCP agent connects with one line of configuration.

REST API

Every instance serves its own live reference at /api/docs and its spec at /api/openapi.json.

SQL over HTTP

Send a query with a bearer token and get JSON back.

Webhooks & change feed

Your other systems hear about changes as they happen.

The tools on top.

Apps, AI agents and custom software all connect through the same interfaces.

Claude Code reads the live OpenAPI spec from your instance and builds against the real endpoints. Replit and Emergent apps store their records in InventDB and use its sign-in, roles and row-level security. Claude Desktop and Hermes Agent connect over MCP; every tool call runs under the connecting user's role. Custom software builds on SQL over HTTP and the REST API, the same surfaces the console itself uses.
The database with the business engine

InventDB SOAR

InventDB SOAR is the business engine on top of the InventDB Serverless database: AI-driven workflows, reports, analytics, views and forms for business operations, with a ready-made console for your team. Claude AI is bundled and runs on Amazon Bedrock in your region.

InventDB SOAR in full →

Compliance

Encryption, audit and residency on every instance.

Encrypted at rest and in transit In-region storage and deployment: US · EU · India Audit trail on every change Never used to train AI models Exportable anytime as standard SQL and open JSON Single-tenant by design
250Mrecords on one private instance
51MCP tools for AI agents
6.3×PostgreSQL, warm, on the published 143-query set, with InventDB encrypted
$0to start, with a free tier we approve on request

The 6.3× figure is total warm time on the 143-query set over 10 million records, with InventDB in its shipping encrypted configuration and PostgreSQL 18 tuned and unencrypted. The categories PostgreSQL wins are published alongside it: see every number.