ArgoCD
Connect ArgoCD to the Pagerly SRE Agent to check GitOps app sync status and deploy history.
Last updated
Connect ArgoCD to the Pagerly SRE Agent to check GitOps app sync status and deploy history.
List all ArgoCD applications and their sync status
Get detailed app health β sync state, conditions, resource tree
View sync history β who deployed what, when, and from which commit
Check Kubernetes events for a specific application
Log into your ArgoCD instance
Go to Settings > Accounts > select your account
Click Generate New under Tokens
Give it a name (e.g., Pagerly) and click Generate
Copy the token and your ArgoCD URL
API Token
ArgoCD API token
eyJhbGciOiJIUzI1NiIs...
ArgoCD URL
Your ArgoCD server URL
https://argocd.company.com
Read-only access is sufficient. The agent only queries app status and history β it does not trigger syncs or modify applications.
"Our apps are in the production project. Main apps: api-gateway, payment-service. We use auto-sync for staging."
Last updated