Connector Types
Roe AI supports three categories of connectors:| Category | Description | Connectors |
|---|---|---|
| Database | SQL data warehouses for structured data queries | Snowflake |
| Storage | File storage systems for document access | AWS S3, SharePoint |
| API | Third-party services and custom REST APIs | Custom API, Zendesk |
Available Connectors
Custom API
Connect to any REST API with configurable authentication and endpoints
Snowflake
Connect to Snowflake data warehouse for transaction and customer data queries
AWS S3
Connect to AWS S3 for file storage and document import
SharePoint
Connect to Microsoft SharePoint for enterprise document access
Zendesk
Connect to Zendesk for customer support tickets and communication history
Using Connectors as Context Sources
Connectors can be configured as context sources in agentic workflows, allowing agents to automatically fetch relevant data during investigations.Supported Workflows
The following engines support context sources:- AML Investigation: Query transaction data and customer information
- Fraud Investigation: Access transaction history and support tickets
Context Source Types
| Connector | Use as Context Source | Agent Capabilities |
|---|---|---|
| Custom API | ✅ Yes | Call any configured REST endpoint, parameter injection, response parsing |
| Snowflake | ✅ Yes | Natural language SQL queries, schema discovery, data filtering |
| Zendesk | ✅ Yes | Ticket search, conversation retrieval, customer lookup |
| S3 | Import only | File import to database for processing |
| SharePoint | Import only | File import to database for processing |
Creating a Connection
Security
All connector credentials are:- Encrypted using AWS Secrets Manager
- Isolated per organization
- Audited for access and usage