Azure DevOps
Developer collaboration platform for CI/CD, repos, and work tracking
Actions
| Name | Description |
|---|---|
create_work_itemCreate a new work item in Azure DevOps | Create a new work item in Azure DevOps |
list_work_itemsQuery work items using WIQL | Query work items using WIQL |
create_buildQueue a new build in Azure DevOps | Queue a new build in Azure DevOps |
get_build_statusGet the status of a build | Get the status of a build |
create_pull_requestCreate a new pull request in a Git repository | Create a new pull request in a Git repository |
list_projectsList all projects in an Azure DevOps organization | List all projects in an Azure DevOps organization |
custom_api_callMake a custom API call to the Azure DevOps API | Make a custom API call to the Azure DevOps API |
Triggers
| Name | Description |
|---|---|
new_work_itemTriggers when a new work item is created | Triggers when a new work item is created |
build_completedTriggers when a build completes | Triggers when a build completes |
pr_createdTriggers when a new pull request is created | Triggers when a new pull request is created |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'azure-devops',
actionName: 'create_work_item',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Azure DevOps to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Azure DevOps support?
Azure DevOps supports 7 actions including Create Work Item, List Work Items, Queue Build, Get Build Status, Create Pull Request, and more.
Can I use Azure DevOps with AI agents?
Yes. Add Azure DevOps to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Azure DevOps use?
Azure DevOps uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Azure DevOps integration cost?
The Azure DevOps integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Azure DevOps support?
Azure DevOps supports 3 triggers including New Work Item, Build Completed, Pull Request Created.
Connect Azure DevOps in 2 minutes
Get 1,000 free actions every month. No credit card required.