Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Governed infrastructure for building AI agents on connected business data
CoreBase is a governed infrastructure platform for building and deploying AI agents that can securely connect to and act on your business data. It provides connectors to databases, REST/GraphQL APIs, and 50+ SaaS apps, with built-in permissions, audit trails, and cost controls. Agents can be built using an OpenAI-compatible API or an embeddable chat widget, and can operate autonomously or be triggered by events.
CoreBase offers a free tier (no credit card required) with a working API key to connect one source. Paid plans include Pro and Team, with Enterprise custom-priced. Pricing ranges from $0 to $149 per month, with options for self-hosting and air-gapped deployments.
Can CoreBase reach a database that's on-prem or air-gapped? Yes, via the open-source CoreMCP agent that runs inside your network and dials out over 443 only, with no inbound ports or VPN.
Can agents take actions, or only answer questions? Agents can act, but only where you allow it. Actions that need approval are held with exact arguments for human review.
Can an agent change or break our data? Databases are read-only at the session; mutating SQL is rejected. For APIs, write actions are off by default and enabled per connection.
How is our data isolated from other customers? Per-tenant encryption keys and Postgres row-level security make cross-tenant access structurally impossible.
What systems can we connect today? SQL Server (2000+), PostgreSQL, REST/GraphQL APIs, Slack, Microsoft 365, and 50+ SaaS apps. Firebird is in development, MySQL on roadmap.
Where does our data go, and do you train models on it? CoreBase never trains models on your data. With bring-your-own-key, inference runs through your own LLM provider account.
How do we deploy — cloud or self-hosted? Four options: Cloud-direct, Cloud-relay, Self-hosted, and Enterprise Container (air-gapped).
How do I get an API key, and what's included on the free tier? Sign up, create a cb_live_ key in the panel. Free tier includes a working key to connect one source.
Do you have official SDKs, or can I use my existing OpenAI client? The chat endpoint is OpenAI-compatible, so any OpenAI SDK works. Official SDKs for Node and Python are rolling out.
What happens if I hit a rate limit? You get an HTTP 429 with a Retry-After header. For widget end-users, you set limits in each signed JWT.