Connect your AI to Azure DevOps
The credential never enters the model context: it lives in the FlurryPORT secret store, deliveries are signed server-side, and every send returns a receipt your agent can quote.
- Auth model
- static_header
- Suggested secret
AZURE_DEVOPS_PAT- Scopes
- A Personal Access Token with Work Items (Read & write). The stored value is the HTTP Basic credential: base64 of a colon followed by the PAT (run: printf ':YOUR_PAT' | base64). The catalog never sees the raw PAT.
- Provider docs
- https://learn.microsoft.com/rest/api/azure/devops/wit/work-items/create
Recipes for Azure DevOps
flurryport:azure-devops-managedelivery
Create and update Azure DevOps work items in one batched pipe: priority, state, tags, and sprint included.
flurryport:azure-devops-querydelivery
Query Azure DevOps work items with WIQL and read the matching ids back, without your AI ever holding the PAT.
flurryport:azure-devops-readdelivery
Read fields for a batch of Azure DevOps work items by id: title, state, tags, priority, iteration.
flurryport:azure-devops-workitemdelivery
Let your AI file Azure DevOps work items (bugs, tasks) the model never holds credentials for.