Integrations
There is no catalogue of supported apps, because that is the wrong shape. If your software has an API, a database or an MCP server, it is supported.
Model Context Protocol
MCP server
Point at an MCP endpoint and its tools are imported with their schemas intact. Streamable HTTP and SSE transports.
- ✓Tools, resources and prompts
- ✓JSON-RPC 2.0
- ✓Schemas used as-is
OpenAPI or by hand
REST API
Give it an OpenAPI document and every operation becomes a tool. No document? Describe the endpoints and it compiles them the same way.
- ✓OpenAPI 3.x parsing
- ✓API key, bearer, basic auth
- ✓Per-tool timeouts and rate limits
PostgreSQL and MySQL
Database
Schema introspection turns tables and relationships into read, analytics and mutation tools, each with structural query validation.
- ✓Auto-discovered relationships
- ✓Row and time limits enforced
- ✓No DDL, ever
Everything becomes the same thing
Whatever the source, a discovered capability is normalised into one shape — which is what lets a single set of safety checks cover all of them. Adding a connector adds no new security surface.
Name and description
What the model reads.
Input schema
The contract for arguments, enforced before execution.
Operation type
Read, analytics, create, update, delete, execute or export.
Risk level
A floor set by the operation. An operator can raise it, never lower it.
Nothing to connect yet?
There is a built-in demo connection: a sample commerce back office with customers, orders, products and payments. It behaves exactly as a real connection does — real discovery, real tools, real approval gates — so you can see the whole product work before wiring up anything of your own.
Where people talk to it
Web chat and Telegram today. WhatsApp, Slack, email, a browser extension and a desktop agent are designed to route through the same runtime rather than around it — which is what keeps policy, permissions and audit identical no matter where a message arrives from.
Connect something and see what it builds.
Free plan available. No credit card required.
Create your AI agent