Connectors provide ready-to-use integrations with popular external services. Each connector can be used in two ways depending on your use case.Documentation Index
Fetch the complete documentation index at: https://prismeai-legacy.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Integration Modes
App Mode
Import the connector as an app into your workspace and call automations directly from DSUL.Best for: Workflow automations, data pipelines, scheduled jobs
MCP Mode
Connect the MCP endpoint to AI Knowledge projects. AI agents discover and use tools automatically.Best for: AI agents, conversational interfaces, dynamic tool selection
Available Connectors
Azure OCR
Extract text and structured data from images and documents via Azure Computer Vision and Document Intelligence.
Bing Search
Search the web from AI agents through Bing Grounding in Azure AI Foundry.
DataGalaxy
Read/write access to the DataGalaxy data catalog: sources, structures, glossary, links, comments and tasks.
Excel
Read and write Excel workbooks stored in OneDrive or SharePoint. 50+ operations for worksheets, ranges, tables, and charts.
GitLab
Manage GitLab projects, issues, merge requests and CI/CD pipelines. 94 tools covering projects, MRs, pipelines, branches, commits, releases and more.
Gryzzly
Manage time tracking in Gryzzly: customers, projects, tasks, declarations, leave periods and payroll exports.
Jira
Search, create, and manage Jira issues. Supports both Jira Cloud and Data Center deployments.
monday.com
Manage monday.com boards, items, columns, docs and users via the v2 GraphQL API.
Outlook
Read, send, and manage emails via Microsoft Graph API. Full mailbox access with folder management.
ServiceNow
Manage ServiceNow ITSM tickets, change requests, problems and service catalog with Basic or OAuth2 auth.
SharePoint
Browse and download files from SharePoint document libraries. Supports per-user access validation.
Choosing the Right Mode
| Criteria | App Mode | MCP Mode |
|---|---|---|
| Caller | DSUL automations | AI agents (LLM) |
| Tool discovery | Manual (you specify which automation) | Automatic (agent selects tools) |
| Authentication | Workspace config | Headers, user session, or workspace config |
| Use case | Deterministic workflows | Conversational AI, agentic tasks |
When to Use App Mode
- You’re building a workflow automation (e.g., sync data on a schedule)
- You know exactly which operations to call
- You want to chain multiple operations in a single automation
- You don’t need AI to decide which operations to use
When to Use MCP Mode
- You’re building an AI agent that needs access to external services
- The agent should dynamically choose which operations to call
- Users interact via natural language (chat interface)
- You want tool discovery and schema introspection
Architecture
Each connector follows a two-workspace pattern:- Business logic and API client code
- Authentication handling
- Data transformation
- JSON-RPC 2.0 endpoint
- Tool definitions with schemas
- Output formatting for LLM consumption
Next Steps
Jira Connector
Get started with Jira integration
Building Custom Connectors
Create your own connector for any API