Auto API · Exposure Delay, Eliminated
The schema is the API. Always was.
Point Minimal at any database. Production-safe RESTful APIs exist immediately — for every table, every relationship, every schema change. No route files written. No handlers deployed. No backend changes required when the schema evolves.

How it works
The meta-logic engine reads your schema at runtime and derives behaviour from it. No code generated. No artifacts stored. No maintenance required.
Connect your database
Point Minimal at any supported database — PostgreSQL, MySQL, ClickHouse, or MariaDB. The runtime reads the schema immediately.
APIs exist instantly
Every table gets GET, POST, PUT, and DELETE endpoints. Paginated, filterable, governed. The schema is the API contract — always up to date.
Schema changes, nothing breaks
Add a column, rename a field, change a type. Minimal adapts automatically at runtime. There is nothing to update because there is nothing stored.
Built in — not bolted on
Supported Databases
Ready to see it in action?
The live demo runs on real NYC Open Data — 16 tables, 64 endpoints, zero code written.