azure-devops

Installation
SKILL.md

Azure DevOps

Manage work items, pipelines, and repos via the Azure DevOps REST API.

Environment Variables

  • AZDO_ORG_URL - Organization URL (e.g. https://dev.azure.com/yourorg)
  • AZDO_PAT - Personal access token
  • AZDO_PROJECT - Default project name (optional)

Auth header

AZDO_AUTH=$(echo -n ":$AZDO_PAT" | base64)

List projects

Installs
2
First Seen
Mar 1, 2026
azure-devops — thinkfleetai/thinkfleet-engine