Appearance
Connecting Integrations
Integrations connect DMOps.ai to your external systems. Once connected, agents you grant access to can call that system's tools.
Navigate to Settings → Integrations to manage your integrations.
Available integrations
Business systems
| Integration | What agents can do |
|---|---|
| Dynamics Mobile ERP/WMS/TMS | Query orders, customers, inventory, routes, deliveries |
| ERP Livelink | Read BC/NAV sync logs, post-process entries, query financial data |
| Salesforce | Read/write leads, opportunities, contacts, accounts |
| Jira | Create issues, update status, search with JQL, add comments, log time |
| GitHub | Create/update issues and PRs, search code, read repositories |
| Microsoft SQL / Edge Connector | Query on-premise SQL databases via the edge connector |
Google Workspace
| Integration | What agents can do |
|---|---|
| Gmail | Read and send emails on behalf of a connected account |
| Google Calendar | Read and create calendar events |
| Google Drive | Read and write files, search documents |
| Google Sheets | Read and write spreadsheet data |
| Google Chat | Send messages to spaces and direct messages |
| Google Admin SDK | Read org directory, manage users (admin-only) |
Communication & marketing
| Integration | What agents can do |
|---|---|
| SMTP / POP3 Email | Send emails via any SMTP server; read incoming emails via POP3 |
| AgentMail | Create managed inboxes, send and receive email via the AgentMail relay |
| Mailchimp | Manage audiences, add/update subscribers, send campaigns, read analytics |
Analytics & monitoring
| Integration | What agents can do |
|---|---|
| Google Analytics 4 | Query event data and report metrics |
| Google Search Console | Query search performance, impressions, clicks, and position data |
| PostHog | Query product analytics events, session recordings, insights, feature flags, and funnels |
| Metricool | Read social media analytics across connected channels |
| Tempo | Read time-tracking data — worklogs, user timesheets, and team capacity |
Maps & location
| Integration | What agents can do |
|---|---|
| Mapbox | Geocode addresses, calculate routes |
| HERE Maps | Geocode addresses, calculate routes (alternative to Mapbox) |
| Google Maps | Place search, geocoding, route calculation |
Developer & platform
| Integration | What agents can do |
|---|---|
| AWS | Monitor CloudWatch logs, query ECS task status, EC2 instance state, and Cost Explorer spend |
| Webhook Sink | Send structured events to any HTTP endpoint |
| OTLP Sink | Export traces and metrics to an OpenTelemetry collector |
Enabling an integration
- Go to Settings → Integrations.
- Click the integration you want to enable.
- Enter the required credentials (API key, OAuth token, service account, etc.). Each integration has its own credential type — the form will guide you.
- Click Save & Test. DMOps.ai will verify the credentials are valid.
- Once connected, grant the integration to specific agents via Settings → Org Chart → [Agent] → Tools.
Credentials are encrypted
All credentials are encrypted with your tenant's master key and are never stored in plaintext. They are decrypted only at the moment an agent makes an API call, then discarded.
OAuth integrations (Google Workspace)
Google integrations use OAuth 2.0. Instead of entering an API key, you'll be redirected to Google's consent screen to authorise access.
- Click Connect with Google on the integration page.
- Sign in with the Google account you want agents to act on behalf of.
- Grant the requested permissions.
- You'll be returned to DMOps.ai with the integration active.
Testing an integration
After saving, click Test Connection to verify that DMOps.ai can reach the external system with the provided credentials. A green ✅ means the connection is working.
Disabling an integration
Toggle the Enabled switch on the integration detail page to pause it. Agents will no longer be able to use that integration's tools until you re-enable it. Credentials are preserved.
Edge Connector (on-premise SQL)
For on-premise databases that are not publicly accessible, use the Edge Connector. It is a lightweight agent you install inside your network that creates a secure tunnel to DMOps.ai.
See the Edge Connector setup guide for full installation instructions.