Qorus
Created 4 months ago
Qorus Integration Engine® Enterprise Edition provides a framework for reliable operation of business-critical interfaces.
What is Qorus?
Connect to any application, system, or technology and automate your business processes without coding and with AI
Documentation
Qorus Integration Engine Documentation# Overview
Qorus Integration Engine® provides a framework for the reliable operation of business-critical interfaces.
System Architecture
The Qorus system includes a workflow logic cache, a workflow API, and a multithreaded HTTP server servicing various protocols.
APIs
- Workflow API: Internal functionality for workflow code.
- Service API: Internal functionality for services.
- Job API: Functionality for job code.
Role Based Access Control
Qorus supports a security model based on RBAC, allowing users to be assigned roles with specific permissions.
System Auditing
Qorus supports writing out database records for system and user events, enabling tracking of actions taken in the system.
Server Config
{
"mcpServers": {
"qorus-server": {
"command": "npx",
"args": [
"qorus"
]
}
}
}