Documentation

Get AetherCI running in under 5 minutes. Connect your CI/CD tools, and let AI diagnose your pipeline failures.

Quick Start

1

Create your account

Sign up at aetherci.app/signup with email or GitHub OAuth. You'll be prompted to create an organization — this is your team's workspace where all projects and data live.

2

Connect an integration

Go to Integrations in the sidebar. Click the platform you use (GitHub, Netlify, Render, etc.) and enter your credentials. AetherCI will generate a unique webhook URL — copy this for the next step.

3

Add the webhook to your CI/CD platform

Paste the webhook URL into your platform's webhook settings. AetherCI will now receive events every time a build runs, a deploy happens, or a workflow fails.

4

Run AI analysis

When a failure event arrives, click on it in the Events tab and hit Analyze Event. Claude AI will examine logs, code changes, and context to identify the root cause — usually in under 30 seconds.

Free tier includes 10 AI analyses per month — enough to evaluate AetherCI on a real project. No credit card required.

How It Works

AetherCI sits between your CI/CD platforms and your team. Here's the flow:

  1. Webhook event arrives — Your CI/CD platform sends a webhook when a build, deploy, or workflow runs. AetherCI normalizes the event regardless of platform.
  2. Context gathering — AetherCI pulls additional context: recent commits, logs, configuration files, dependency changes, and security data (if Snyk/Veracode is connected).
  3. AI analysis — Claude analyzes the failure with all available context. It identifies the root cause, suggests specific fixes, and rates its confidence.
  4. Action — From the analysis, you can create a GitHub/Linear issue, generate a fix PR, or copy the analysis to share with your team.

All data is scoped to your organization using Row-Level Security. Your data is never shared with other customers or used to train AI models.

Your First Analysis

After connecting an integration and receiving your first failure event:

  1. Navigate to Projects and select your project
  2. In the Events tab, find the failed event (marked with a red indicator)
  3. Click the event to open the detail panel
  4. Click Analyze Event
  5. Analysis runs in the background — you can navigate freely while it processes
  6. When complete, you'll see the root cause, suggested fixes, and confidence score

Tip: Use the Copy button to grab the analysis as formatted markdown — perfect for pasting into Slack or a GitHub issue.

Supported Integrations

AetherCI connects to 15+ platforms across your DevOps stack. Each integration receives events via webhooks and provides context for AI analysis.

VCS / CI

GitHub

Workflows, PRs, deployments, code context

VCS / CI

Azure DevOps

Build pipelines, work items, repos

VCS

AWS CodeCommit

Source control events

Hosting

Netlify

Deploy events, build logs, metrics

Hosting

Render

Deploy events, service metrics

CI/CD

Octopus Deploy

Release orchestration events

Database

Supabase

Database event monitoring

Monitoring

Sentry

Error tracking context

CDN

Cloudflare

CDN and WAF metrics

Security

Snyk

Vulnerability scanning context

Security

Veracode

Security scanning context

Notifications

Slack

Channel notifications

Notifications

Microsoft Teams

Team notifications

Issue Tracking

Jira

Issue creation from analyses

Issue Tracking

Linear

Issue creation from analyses

Incident

PagerDuty

Incident routing

GitHub Integration

Setup

  1. In AetherCI, go to IntegrationsGitHub
  2. Enter your GitHub Personal Access Token (with repo scope for private repos, or public_repo for public only)
  3. Enter the repository in owner/repo format
  4. Click Save — AetherCI generates a webhook URL
  5. In GitHub, go to Settings → Webhooks → Add webhook
  6. Paste the webhook URL, set content type to application/json
  7. Select events: Workflow runs, Deployments, Push

What GitHub provides

Token permissions: AetherCI needs repo scope to read code and create PRs/issues. For read-only analysis, public_repo + actions:read is sufficient.

Netlify Integration

Setup

  1. In AetherCI, go to IntegrationsNetlify
  2. Enter your Netlify Personal Access Token (from Netlify User Settings)
  3. Enter your Site ID (found in Site Settings → General)
  4. Click Save — AetherCI generates a webhook URL
  5. In Netlify, go to Site Settings → Build & deploy → Deploy notifications
  6. Add an Outgoing webhook for: Deploy started, Deploy succeeded, Deploy failed
  7. Paste the AetherCI webhook URL for each event

What Netlify provides

Render Integration

Setup

  1. In AetherCI, go to IntegrationsRender
  2. Enter your Render API Key (from Render Dashboard → Account Settings)
  3. Enter your Service ID (starts with srv-, found in your service's settings)
  4. Click Save — AetherCI generates a webhook URL
  5. In Render, go to Service Settings → Notifications
  6. Add a webhook with the AetherCI URL, selecting deploy events

What Render provides

Azure DevOps Integration

Setup

  1. In AetherCI, go to IntegrationsAzure DevOps
  2. Enter your Personal Access Token, Organization, and Project
  3. Click Save — AetherCI generates a webhook URL
  4. In Azure DevOps, go to Project Settings → Service Hooks
  5. Create a new webhook subscription for Build and Release events
  6. Paste the AetherCI webhook URL

What Azure DevOps provides

Sentry Integration

Setup

  1. In AetherCI, go to IntegrationsSentry
  2. Enter your Sentry Auth Token, Organization Slug, and Project Slug
  3. Click Save — AetherCI generates a webhook URL
  4. In Sentry, go to Settings → Integrations → Webhooks
  5. Add the AetherCI webhook URL and select Issue and Error events

What Sentry provides

AI Analysis

AetherCI uses Claude by Anthropic to analyze pipeline failures. When you trigger an analysis, here's what happens:

  1. The failure event is enriched with context from all connected integrations — logs, code changes, config, security data
  2. Claude analyzes the combined context and identifies the most likely root cause
  3. It generates specific, actionable fix suggestions with confidence scores
  4. Results are displayed in the analysis panel with options to create issues or PRs

Each analysis includes:

Pattern Detection

AetherCI identifies recurring failure patterns across your project's history. The Pattern Insights tab shows:

Run a pattern analysis from the Pattern Insights tab in any project. It analyzes your last 90 days of failure data.

Anomaly Predictions

AetherCI monitors trends in your deployment metrics and predicts failures before they happen. Predictions include:

Predictions run automatically on a 6-hour cycle when metrics data is available from your integrations.

Pipeline Optimization

AI analyzes your CI/CD pipeline configuration and suggests optimizations:

Each recommendation can be applied with one click via Create PR — AetherCI generates the code change and opens a pull request in your repo.

Webhook Security

Every integration in AetherCI gets a unique webhook URL with a cryptographic token. Incoming webhooks are validated before processing:

See our Security page for full details on data handling and compliance.

Billing & Quotas

AetherCI offers four tiers:

Annual billing saves 17%. Overages are billed at $0.75/analysis (Team) or $0.50/analysis (Business). See Pricing for full details.

Manage your subscription in Settings → Billing within the app.

Support

Need help? Here's how to reach us:

Business and Enterprise customers receive priority support with guaranteed response times.