--- title: 'Argo CD' description: 'Manage GitOps applications, sync operations, and clusters with Argo CD.' --- # Argo CD Manage GitOps applications, sync operations, and clusters with Argo CD. | Detail | Value | |---|---| | Category | DevOps | | Base URL | `https://argocd.example.com/api/v1` | | Authentication | Bearer Token | | Endpoints | 8 | | Connector key | `argocd` | ## Using Argo CD in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Argo CD** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /applications](./get_applications_devops_listapplications) | List applications | | [POST /applications](./post_applications_devops_createapplication) | Create an application | | [GET /applications/{name}](./get_applications_name_devops_getapplication) | Get application details | | [DELETE /applications/{name}](./delete_applications_name_devops_deleteapplication) | Delete an application | | [POST /applications/{name}/sync](./post_applications_name_sync_devops_syncapplication) | Sync an application | | [POST /applications/{name}/rollback](./post_applications_name_rollback_devops_rollbackapplication) | Rollback an application | | [GET /clusters](./get_clusters_devops_listclusters) | List clusters | | [GET /repositories](./get_repositories_devops_listrepositories) | List repositories | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.