Azure DevOps

dev.azure.com

Community

Azure DevOps provides CI/CD pipelines, Git repositories, work item tracking, and project management for software development teams. Use this API to manage projects, create and query work items, trigger pipeline runs, manage repositories, and create pull requests across your Azure DevOps organization.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://dev.azure.com

Last verified

2026-03-01 11:55:27

Health

Loading health data...

Capabilities

create_pull_request

Create a pull request in a Git repository. Specify source and target branches, title, description, and optional reviewers.

Detail: https://dev.azure.com/capabilities/create_pull_request

create_work_item

Create a new work item (bug, task, user story, epic, feature) in a project. Uses JSON Patch operations to set fields like title, description, assigned to, and priority.

Detail: https://dev.azure.com/capabilities/create_work_item

list_pipelines

List all pipelines defined in a project. Returns pipeline names, IDs, and folder paths.

Detail: https://dev.azure.com/capabilities/list_pipelines

list_projects

List all projects in an Azure DevOps organization. Returns project names, IDs, descriptions, and state.

Detail: https://dev.azure.com/capabilities/list_projects

list_repositories

List all Git repositories within a project. Returns repo names, IDs, default branches, and URLs.

Detail: https://dev.azure.com/capabilities/list_repositories

list_work_items_by_query

Run a Work Item Query Language (WIQL) query to find work items matching specific criteria such as state, assigned user, type, or iteration path.

Detail: https://dev.azure.com/capabilities/list_work_items_by_query

run_pipeline

Trigger a pipeline run, optionally specifying a branch, variables, or template parameters. Returns the run ID and status.

Detail: https://dev.azure.com/capabilities/run_pipeline

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Azure DevOps
Description: Azure DevOps provides CI/CD pipelines, Git repositories, work item tracking, and project management for software development teams. Use this API to manage projects, create and query work items, trigger pipeline runs, manage repositories, and create pull requests across your Azure DevOps organization.
Auth: api_key
Capabilities:
  - create_pull_request: Create a pull request in a Git repository. Specify source and target branches, title, description, and optional reviewers.
  - create_work_item: Create a new work item (bug, task, user story, epic, feature) in a project. Uses JSON Patch operations to set fields like title, description, assigned to, and priority.
  - list_pipelines: List all pipelines defined in a project. Returns pipeline names, IDs, and folder paths.
  - list_projects: List all projects in an Azure DevOps organization. Returns project names, IDs, descriptions, and state.
  - list_repositories: List all Git repositories within a project. Returns repo names, IDs, default branches, and URLs.
  - list_work_items_by_query: Run a Work Item Query Language (WIQL) query to find work items matching specific criteria such as state, assigned user, type, or iteration path.
  - run_pipeline: Trigger a pipeline run, optionally specifying a branch, variables, or template parameters. Returns the run ID and status.