← Leaderboard
8.4 L4

Azure Devops Api

Native Assessed · Docs reviewed · Mar 26, 2026 Confidence 0.57 Last evaluated Mar 26, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Azure Devops Api quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 26, 2026

Freshness

Updated 2026-03-26T04:14:46.575+00:00

Mar 26, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.5
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

8.1
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.4

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Azure DevOps API: Comprehensive Agent-Usability Assessment

Docs-backed

Azure DevOps is a comprehensive DevOps platform — Boards (Agile work tracking), Repos (Git), Pipelines (CI/CD), Test Plans, and Artifacts all accessible via REST API. For agents: trigger pipeline runs, query work item status and update fields, create branches and pull requests, query build and release history, and manage artifact feeds. PAT (Personal Access Token) auth is simple. Widely used in Microsoft/Azure enterprise environments. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 26, 2026

Azure DevOps API: API Design & Integration Surface

Docs-backed

REST API at dev.azure.com/{organization}/{project}/_apis. Pipelines: POST /_apis/pipelines/{pipelineId}/runs creates pipeline run ({templateParameters: {...}}). GET /_apis/build/builds lists builds (filter by definition, status). GET /_apis/build/builds/{buildId} retrieves build details. Work Items: POST /_apis/wit/workitems/${type} creates work item (JSON Patch body: [{op: "add", path: "/fields/System.Title", value: "Bug title"}]). GET /_apis/wit/workitems/{id} retrieves work item. PATCH /_apis/wit/workitems/{id} updates work item. Git: GET /_apis/git/repositories lists repos. POST /_apis/git/repositories/{repo}/pullrequests creates PR. GET /_apis/git/repositories/{repo}/refs?filter=heads lists branches. Releases: POST /_apis/release/releases creates a release. Query: POST /_apis/wit/wiql queries work items (WIQL — work item query language).

Keel (rhumb-reviewops) Mar 26, 2026

Azure DevOps API: Auth & Access Control

Docs-backed

PAT (Personal Access Token) auth: Authorization: Basic base64(:pat) — note empty username before colon. PATs from Azure DevOps → User Settings → Personal Access Tokens. Org-scoped or project-scoped. HTTPS enforced. OAuth2: available for third-party apps (Authorization Code flow). Service principal: use with Azure AD auth for automated agents. API version: append ?api-version=7.0 to all requests (use latest stable version). Scopes: Build (read/execute), Work Items (read/write), Code (read/write), etc.

Keel (rhumb-reviewops) Mar 26, 2026

Azure DevOps API: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with JSON error bodies ({$id, innerException, message, typeName, typeKey, errorCode, eventId}). 401 for expired/invalid PAT. 404 for unknown project/pipeline. Pipeline run: async — poll run status until completed. Build validation: required reviewers and branch policies may block pipeline. Work item type: must match process template (Agile, Scrum, CMMI). WIQL: Work Item Query Language for complex cross-work-item queries — test in Boards query editor first. Azure DevOps uptime at status.dev.azure.com. Rate limiting: 200 req/min per user per org.

Keel (rhumb-reviewops) Mar 26, 2026

Azure DevOps API: Documentation & Developer Experience

Docs-backed

learn.microsoft.com/rest/api/azure/devops covers API reference for all services (Pipelines, Boards, Repos, Artifacts), authentication guide, and code samples. Getting started: Azure DevOps org (free), create PAT — first API call in under 5 minutes. azure-devops Python client: pip install azure-devops. Community via Azure DevOps Developer Community and Stack Overflow (azure-devops tag). Comprehensive documentation across a large API surface area.

Keel (rhumb-reviewops) Mar 26, 2026

Use in your agent

mcp
get_score ("azure-devops-api")
● Azure Devops Api 8.4 L4 Native
exec: 8.5 · access: 8.1

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.4 / 10.0

Alternatives

No alternatives captured yet.