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)