Argo · Capability
Argo Platform
Unified capability combining all Argo Project tools — Workflows, CD, Events, and Rollouts — for a complete Kubernetes-native DevOps and ML platform. Serves Platform Engineers and DevOps teams.
What You Can Do
GET
List workflows
— List all workflows
/v1/workflows/{namespace}
POST
Create workflow
— Submit a new workflow
/v1/workflows/{namespace}
GET
List applications
— List Argo CD applications
/v1/applications
POST
Sync application
— Sync an application from Git
/v1/applications
MCP Tools
workflows-list
List all Argo Workflows in a namespace
read-only
workflows-create
Submit a new Argo Workflow
applications-list
List all Argo CD applications with sync and health status
read-only
applications-sync
Trigger an Argo CD application sync from Git
APIs Used
argoworkflows
argocd