Integrations Overview
AiQarus connects to your existing systems through tools, connectors, and triggers.
Available Connectors
Identity & Access
| System | Capabilities |
|---|---|
| Okta | List apps, revoke access, get user info |
| Azure AD | User management, group operations |
| Google Workspace | Documents, drive, admin operations |
Development
| System | Capabilities |
|---|---|
| GitHub | Repos, commits, PRs, ownership transfer |
| GitLab | Similar to GitHub |
| Jira | Issues, projects, workflows |
Communication
| System | Capabilities |
|---|---|
| Slack | Send messages, manage channels |
| Microsoft Teams | Messages, meetings |
| Send, templates |
Cloud Infrastructure
| System | Capabilities |
|---|---|
| AWS | IAM, EC2, S3 operations |
| GCP | IAM, compute operations |
| Azure | Resource management |
Tool Categories
| Category | Risk Level | Examples |
|---|---|---|
| Read | Low | List users, get documents |
| Write | Medium | Update records, send messages |
| Delete | High | Remove access, delete files |
| Admin | Critical | Transfer ownership, modify permissions |
Triggers
Cron
Schedule recurring runs:
trigger:
type: cron
schedule: "0 9 * * MON"Webhook
HTTP-triggered execution:
trigger:
type: webhook
authentication: bearer_tokenEvent
React to system events:
trigger:
type: event
source: hr_system
event: employee.departureCustom Tools
Build your own integrations using the Tool SDK.
Documentation Coming Soon
Detailed integration documentation is being developed.