Integrations

Connect with 50+ popular services

Overview

DarkAura integrates seamlessly with your favorite tools and services. Connect in minutes and automate your workflows.

Available Integrations

GitHub
GitLab
Slack
Discord
AWS
Azure
Google Cloud
Vercel
Datadog
New Relic
PagerDuty
Opsgenie
Stripe
Twilio
SendGrid
Zapier

Connect GitHub

await client.integrations.connect({
  provider: 'github',
  config: {
    repository: 'org/repo',
    events: ['push', 'pull_request'],
    autoDeployBranch: 'main'
  }
})

Connect Slack

await client.integrations.connect({
  provider: 'slack',
  config: {
    workspace: 'your-workspace',
    channels: {
      alerts: '#ops-alerts',
      deployments: '#deployments'
    }
  }
})

Need a custom integration?

Use our Webhooks API to build custom integrations with any service.