eavz
Azure DevOps

Azure DevOps

Developer collaboration platform for CI/CD, repos, and work tracking

7 actions
3 triggers

Actions

Name
create_work_item

Create a new work item in Azure DevOps

list_work_items

Query work items using WIQL

create_build

Queue a new build in Azure DevOps

get_build_status

Get the status of a build

create_pull_request

Create a new pull request in a Git repository

list_projects

List all projects in an Azure DevOps organization

custom_api_call

Make a custom API call to the Azure DevOps API

Triggers

Name
new_work_item

Triggers when a new work item is created

build_completed

Triggers when a build completes

pr_created

Triggers when a new pull request is created

Quick Start

TypeScript
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.