azure-devops

Authenticate users to Azure DevOps using OAuth tokens before API calls.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/gautam-achieveai/ClaudePlugins --skill azure-devops-gautam-achieveai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops
Source: https://github.com/gautam-achieveai/ClaudePlugins/tree/main/sandbox-auth/skills/azure-devops
Command: npx skills add https://github.com/gautam-achieveai/ClaudePlugins --skill azure-devops-gautam-achieveai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill securely authenticates the Azure DevOps environment before performing any operations, ensuring that the user can access their resources without unauthenticated egress.

Core Features & Use Cases

  • Authentication: Ensures secure login to Azure DevOps, required before any API calls.
  • Authorization: Verifies user permissions, preventing unauthorized actions.
  • Setup: Simple command to initiate authentication process.

Quick Start

Run 'azure-devops' to securely authenticate to Azure DevOps.

Frequently Asked Questions about azure-devops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate to Azure DevOps before making API calls?

To authenticate to Azure DevOps, you initiate a process that sets up the necessary OAuth token. This ensures secure access to your user organization and personal profile before any ADO API calls are executed.

Why does my Azure DevOps API request fail with unauthenticated egress?

Azure DevOps API requests fail with unauthenticated egress when an OAuth token is missing. You must run an authentication setup process to verify user permissions and prevent unauthorized actions.

What is the secure access setup process for an Azure DevOps environment?

The secure access setup process for an Azure DevOps environment involves utilizing `sandbox-auth:egress-auth` to complete the OAuth handshake and securely establish your user profile access.

Do I need to set up OAuth tokens manually for Azure DevOps operations?

No, you do not need to set up OAuth tokens manually. The authentication process automatically handles the token handshake, authorizing your permissions and preventing unauthorized actions.

Can I access my personal profile and organization without unauthenticated egress in Azure DevOps?

Yes, you can access your personal profile and user organization without unauthenticated egress. The authentication process ensures all environment operations are securely authorized via an OAuth token.