For the complete documentation index, see llms.txt. This page is also available as Markdown.

ArgoCD

Connect ArgoCD to the Pagerly SRE Agent to check GitOps app sync status and deploy history.

What the Agent Can Do

  • 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

Setup Instructions

  1. Log into your ArgoCD instance

  2. Go to Settings > Accounts > select your account

  3. Click Generate New under Tokens

  4. Give it a name (e.g., Pagerly) and click Generate

  5. Copy the token and your ArgoCD URL

Required Credentials

Field
Description
Example

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.

Context Prompt Tips

"Our apps are in the production project. Main apps: api-gateway, payment-service. We use auto-sync for staging."

Docs

Last updated