Connections & Systems
Plug into what
you already run on.
Register a database, an SAP system, a mailbox, an MCP server, or a Teams channel. Quadrazene grounds itself in each System's schema and respects the data classification you set, and the same Skills, Reactions, and Chains are callable from any authenticated client.
One API spine
Called from anywhere. Writes back everywhere.
Fiori tiles, a Teams bot, the native Reactor, or a cron webhook all hit the same API. Running the same Skills, with the same audit, writing back to your systems of record.
Systems
A data source that knows its own context.
Schema prompt
Each System carries domain context. Table meaning, glossary, vague-phrase routing, so NL→SQL grounds in your real model.
Data classification
Tag a System public / internal / confidential / restricted once. The Trust Layer and Risk score honor it everywhere.
Routing keywords + weights
Keyword + weight scoring picks the right System. An LLM router breaks ties with confidence and reasoning.
Query limits
Per-System row caps and guards keep ad-hoc questions from running away.
One connector layer
Two tiers. One connector layer.
Native connectors connect and operate out of the box. A broad catalog is ready to enable on demand. Counts reflect the live connector registry.
Native connectors
52Built-in connectivity + data operations. Authenticate, health-check, and run reads/writes through one universal invoker.
- ▸Connect (auth + reachability probe) and operate (read/write ops)
- ▸Mutations gated by allow-writes → human-in-the-loop approval
- ▸SigV4 · Entra/OAuth2 · service-account JWT · key-pair · API keys
Cataloged connectors
156Curated, discoverable connector types ready to light up for a specific use-case. A small, repeatable addition per system.
- ▸Pre-modeled in the catalog with categories + config schema
- ▸Enable the ones a use-case needs. No platform changes
- ▸Any REST / OpenAPI or MCP server works today, out of the box
Connector types
The systems your business runs on.
SQL databases
MySQL, PostgreSQL, and warehouses. Introspect schema, test the connection, run read queries in place.
SAP. OData / BAPI
S/4HANA + ECC over OData v2 with CSRF handling, date quirks, and navigation properties normalized.
Mailbox
Inbound email + attachments become event triggers. Parse, extract, classify, and route to a Chain.
MCP servers
Any Model Context Protocol server: introspect its tools, then call them with the configured mcp-tool-invoke atom.
Microsoft Teams
Register a channel with webhook + inbound secret. Ask questions and clear HITL approvals from inside Teams.
ITSM / CRM / outbound
ServiceNow incidents, Salesforce, NetSuite, Workday, and gated outbound email. Same connector pattern.
Native. Connect + operate
Native connectors, with their operations.
Built-in connectivity plus data operations through one universal invoker, grouped by domain. Each runs reads and writes. Mutations are gated by allow-writes → HITL.
Data & Analytics
(10)- PostgreSQLSQL query · NL→SQL
- MySQLSQL query · NL→SQL
- Snowflakequery (SQL API v2, key-pair JWT)
- Google BigQueryquery · listDatasets
- DatabricksSQL · jobs · clusters
- Microsoft Fabricworkspaces · items
- MongoDBfind · insert · update · delete · aggregate
- Redisget · set · del · incr · keys
- Azure Cosmos DBquery · list databases / containers
- Amazon DynamoDBget · put · query · scan
Storage & Files
(4)- Amazon S3list · get · put · delete
- Google Cloud Storagelist · get · insert
- Azure Blob Storagelist · get · put
- SharePointsites · drives · items
Messaging & Streaming
(8)- Amazon SQSsend · receive · list
- Amazon SNSpublish · list
- Amazon KinesisputRecord · list · describe
- Google Cloud Pub/Subpublish · pull · list
- Apache Kafkaproduce · consume · topics
- Confluent Cloudproduce · consume
- Azure Event Hubssend · receive
- Azure Service Bussend · receive
Business Apps — CRM / ERP / ITSM
(6)- Salesforcequery · get · create
- ServiceNowquery · get · create
- Zoho CRMget · create
- Oracle ERP CloudgetResource · create
- SAP ECCOData / BAPI execute
- SAP S/4HANAOData execute
Communication & Email
(6)- SlackpostMessage · listChannels
- Microsoft Teamspost · listTeams · channels
- Gmaillist · get · send
- SMTPsend
- IMAPinbound poll
- Amazon SESsendEmail
Identity & Access
(4)- Microsoft Entra ID (Azure AD)users · groups
- Oktausers · groups
- Amazon Cognitouser pools · users
- Generic OAuth2token (client-credentials)
AI / LLM
(6)- Anthropic Claudeinference
- OpenAIinference
- Google Geminiinference
- Amazon Bedrockinference
- Ollamaself-hosted inference
- Azure OpenAIconnectivity
Cloud Platforms
(4)- Amazon Web ServicesSTS identity (root)
- Microsoft AzureEntra token (root)
- Google Cloud Platformservice-account token (root)
- Oracle Cloud InfrastructureOCI signed request
Universal / Generic
(4)- Generic RESTany REST / OpenAPI
- MCP serverany MCP server
- Generic Webhook (inbound)inbound events
- Generic Webhook (outbound)outbound calls
Catalog. Add on demand
Cataloged connectors, ready to enable.
Pre-modeled connector types across every category. Light up the ones a use-case needs, with no platform changes.
ERP
(10)HR / People
(10)Finance / Accounting
(10)Productivity
(10)DevOps / Observability
(10)Marketing
(9)ITSM / Service Mgmt
(8)Communication
(8)CRM
(7)File Storage
(7)E-commerce
(7)Payments
(6)Sales
(5)Databases
(5)Documents / E-Sign
(5)Identity / SSO
(4)LLM Providers
(4)Data Warehouses
(3)Life Sciences
(3)Banking
(3)Supply Chain
(3)Queues / Streaming
(2)Healthcare
(2)Insurance
(2)Finance Data
(2)Construction
(2)IoT
(2)Cloud Platforms
(1)Field Service
(1)Webhook / REST
(1)Don’t see yours?
The generic REST / OpenAPI and MCP connectors reach the long tail today. Promoting any cataloged system to a native connector is a small, repeatable addition. Scoped to the use-case that needs it.
No-code extensibility
Add a tool without writing an atom.
MCP, configured per call
Point a Connection at any MCP server and introspect its tools. The single mcp-tool-invoke atom is configured at call time. Connection, tool name, and arguments are all templatable from $.formulaInput and $.priorOutputs. No per-tool TypeScript.
Teams, both directions
Ask a question from a Teams channel and the bot streams the cited answer inline. HITL approvals arrive as adaptive cards. Approve or reject without leaving the chat. Threads map to Storylines so the conversation stays organized.
Connect a sample of your stack.
We'll wire a warehouse and an ERP sandbox and run a real workflow end-to-end.
Request a demo