Skip to main content
The ArgoCD integration gives sureops agents read access to your ArgoCD applications for deployment state and history — and, with approval, the ability to trigger rollbacks as part of the resolution stage.

What this integration enables

  • Deployment context — agents can read current application sync status, recent deployment history, and which image tags are deployed per service
  • Change correlation — agents cross-reference recent ArgoCD sync events with incident timing during diagnosis to identify deployment-correlated failures
  • Rollback actions — with explicit HITL approval, the resolution specialist can trigger an ArgoCD rollback to the previous healthy revision (always gated by Human-in-the-Loop, regardless of control mode)

Prerequisites

  • A running ArgoCD instance
  • Admin access to ArgoCD to generate an API token

Setup

1

Generate an API Token

In ArgoCD, go to Settings → Accounts and generate a new API token for a service account.The token needs read access to applications and, if you want rollback support, the ability to sync/rollback applications. Scope the token to the minimum permissions your policy allows.
2

Enter credentials

In sureops, go to Settings → Integrations and click Connect next to ArgoCD.Fill in:
  • API Token — the token generated in step 1
  • ArgoCD Server URL — the base URL of your ArgoCD instance (e.g. https://argocd.company.com)
Click Verify connection to confirm sureops can reach ArgoCD with the provided credentials.

Required credentials


Customer-hosted option

If your ArgoCD instance is inside your private network and not accessible from sureops directly, use the customer-hosted MCP mode instead of entering credentials directly.

Common errors


Official documentation