Azure DevOps provider for the @vibecontrols/vibe-plugin-gitops meta plugin.
vibe plugin install @vibecontrols/vibe-plugin-gitops # meta (once)
vibe plugin install @vibecontrols/vibe-plugin-gitops-azdevopsPersonal Access Token (PAT) with these scopes (https://dev.azure.com/{org}/_usersSettings/tokens):
- Code: read
- Pull Request: read
- Build: read
- Release: read (optional)
- Security: read (optional)
curl -X POST "${AGENT_URL}/api/profiles/default/gitops/azdevops/auth" \
-H "x-agent-api-key: $KEY" \
-d '{
"kind": "pat",
"token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"meta": { "organization": "my-org" }
}'The meta.organization field is required — Azure DevOps APIs are scoped per organisation.
Azure DevOps FQN format: {organization}/{project}/{repo} (3 segments).
Proprietary — see LICENSE.
VibeControls is the agentic engineering mission control for AI-native teams. Vibe-plugins extend the VibeControls agent with new providers, tools, sessions, tunnels, storage backends, and security stages.
- Website: https://vibecontrols.com
- Documentation: https://docs.vibecontrols.com
- Plugin SDK: https://github.com/algoshred/vibecontrols-plugin-sdk
- All plugins: https://github.com/algoshred?q=vibe-plugin-&type=all
This plugin builds on the following upstream open-source projects. All trademarks and copyrights remain with their respective owners.
- Azure DevOps REST API — https://learn.microsoft.com/rest/api/azure/devops/
Released under the MIT License.
Copyright (c) 2026 Burdenoff Consultancy Services Private Limited, Algoshred Technologies Private Limited, and all its sister companies.
Maintainer: Vignesh T.V — https://github.com/tvvignesh
Note: this plugin is open source under MIT. The @vibecontrols/agent runtime that loads and orchestrates plugins is closed source and proprietary to Burdenoff Consultancy Services Pvt. Ltd. If you want a fully self-hostable agent, please open an issue or contact the maintainer.