Skip to Content
IntegrationsIntegrations Overview

Integrations Overview

AiQarus connects to your existing systems through tools, connectors, and triggers.

Available Connectors

Identity & Access

SystemCapabilities
OktaList apps, revoke access, get user info
Azure ADUser management, group operations
Google WorkspaceDocuments, drive, admin operations

Development

SystemCapabilities
GitHubRepos, commits, PRs, ownership transfer
GitLabSimilar to GitHub
JiraIssues, projects, workflows

Communication

SystemCapabilities
SlackSend messages, manage channels
Microsoft TeamsMessages, meetings
EmailSend, templates

Cloud Infrastructure

SystemCapabilities
AWSIAM, EC2, S3 operations
GCPIAM, compute operations
AzureResource management

Tool Categories

CategoryRisk LevelExamples
ReadLowList users, get documents
WriteMediumUpdate records, send messages
DeleteHighRemove access, delete files
AdminCriticalTransfer ownership, modify permissions

Triggers

Cron

Schedule recurring runs:

trigger: type: cron schedule: "0 9 * * MON"

Webhook

HTTP-triggered execution:

trigger: type: webhook authentication: bearer_token

Event

React to system events:

trigger: type: event source: hr_system event: employee.departure

Custom Tools

Build your own integrations using the Tool SDK.

Documentation Coming Soon

Detailed integration documentation is being developed.