Databases
Cloud-direct (paste a DSN)
The fastest path for a reachable database. In Sources → Add database, paste a connection string. CoreBase encrypts it per tenant (AES-GCM) and connects directly over TLS. Connections are read-only at the session level — the pool runs withdefault_transaction_read_only = on and a statement timeout. Mutating SQL is rejected by the database itself, not just by a parser. CoreBase auto-exposes four tools: list tables, describe a table (columns, primary key, foreign keys), fuzzy schema search, and run query (with result-size caps).
On-prem databases (via CoreMCP)
For SQL Server, Firebird, and anything behind a firewall, run the open-source CoreMCP agent inside your network. It holds the credentials, runs queries locally, and dials outbound only — no inbound ports. See Connect a database with CoreMCP.REST & GraphQL APIs
In Sources → Add API, give CoreBase an OpenAPI/Swagger URL (REST) or a GraphQL endpoint. It introspects the spec and turns each operation into a typed tool the agent can call.- REST — operations with an
operationIdbecome tools; path, query, and body parameters are typed from the spec. - GraphQL — the schema is introspected; queries become parameterized tools.
Communications
SaaS apps
Connect 50+ apps (Jira, Gmail, GitHub, Notion, Stripe, HubSpot, Zendesk…) through managed OAuth — no per-integration code. See SaaS connectors.Egress postures at a glance
See Zero raw data egress for the full breakdown.
Next
SaaS connectors
Managed OAuth for 50+ apps.
Ask your data
Put your connected sources to work.