Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / Cloud Infrastructure / Azure / AzureBridgeAdminClient
AzureBridgeAdminClient logo

Microsoft Azure AzureBridgeAdminClient

Browse all Azure APIs
★ Only Publicly Available OpenAPI DocumentCloud InfrastructureComputeoauth24 EndpointsREST

For Agents

Manage Azure Bridge activations on the Azure Stack admin plane that link a hub to a public Azure subscription.

Use for: I need to register an Azure Bridge activation on Azure Stack, List Azure Bridge activations in a resource group, Get a named activation on the Azure Stack admin plane, Delete an Azure Bridge activation

Not supported: Does not manage tenant subscriptions, marketplace items, or public-cloud resources — use for Azure Bridge activations on the Azure Stack admin plane only.

Jentic publishes the only available OpenAPI specification for AzureBridgeAdminClient, keeping it validated and agent-ready. The API runs on the Azure Stack admin plane and manages Azure Bridge activations — the registration that links an Azure Stack hub to a public Azure subscription so syndicated marketplace items can flow into the hub. It targets the Microsoft.AzureBridge.Admin resource provider and is intended for Azure Stack operators administering registration objects, not for tenant-side workloads.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the AzureBridgeAdminClient to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the AzureBridgeAdminClient, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with AzureBridgeAdminClient API.

List Azure Bridge activations in a resource group

Retrieve a named activation on the Azure Stack admin plane

Create or update an activation linking a hub to a public Azure subscription

Delete an activation to break the link to public Azure

Audit which resource groups host Azure Bridge activations

Use Cases

Patterns agents use AzureBridgeAdminClient API for, with concrete tasks.

★ Register marketplace syndication

Create an Azure Bridge activation so Azure Stack can pull syndicated marketplace items from a public Azure subscription. The PUT /activations/{activationName} operation accepts the public subscription credentials and registers the link. Required first step before any marketplace syndication workflow on Azure Stack.

PUT /resourcegroups/{rg}/providers/Microsoft.AzureBridge.Admin/activations/{name} with the registration properties and verify provisioningState=Succeeded

Audit activations across stamps

Walk every resource group on an Azure Stack stamp and list its Bridge activations to confirm only sanctioned hubs are linked to public Azure. The GET /activations collection returns each named activation. Output supports compliance reporting on hybrid-cloud connectivity.

Iterate every resource group on the admin plane, GET its Microsoft.AzureBridge.Admin/activations collection, and emit a CSV of activation names per resource group

Decommission a hub registration

Remove an Azure Bridge activation when retiring an Azure Stack hub or breaking its link to public Azure. The DELETE /activations/{activationName} operation removes the registration. Standard part of the Azure Stack decommissioning runbook.

DELETE /resourcegroups/{rg}/providers/Microsoft.AzureBridge.Admin/activations/{name} and confirm subsequent GET returns 404

Agent-driven Azure Stack admin

Allow an AI agent operating against an Azure Stack admin plane to register, inspect, or remove Azure Bridge activations as part of a broader hybrid-cloud workflow. Through Jentic the agent searches by intent, loads the activation schema, and executes against the local admin endpoint. Removes a class of typos when constructing the long Microsoft.AzureBridge.Admin resource path.

Search Jentic for 'register azure bridge activation', load the activation properties schema, and execute the PUT against the admin endpoint

Key Endpoints

4 endpoints — jentic publishes the only available openapi specification for azurebridgeadminclient, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

GET

/subscriptions/{subscriptionId}/resourcegroups/{resourceGroup}/providers/Microsoft.AzureBridge.Admin/activations

List activations in a resource group

GET

/subscriptions/{subscriptionId}/resourcegroups/{resourceGroup}/providers/Microsoft.AzureBridge.Admin/activations/{activationName}

Get a specific activation

PUT

/subscriptions/{subscriptionId}/resourcegroups/{resourceGroup}/providers/Microsoft.AzureBridge.Admin/activations/{activationName}

Create or update an activation

DELETE

/subscriptions/{subscriptionId}/resourcegroups/{resourceGroup}/providers/Microsoft.AzureBridge.Admin/activations/{activationName}

Delete an activation

GET

/subscriptions/{subscriptionId}/resourcegroups/{resourceGroup}/providers/Microsoft.AzureBridge.Admin/activations

List activations in a resource group

GET

/subscriptions/{subscriptionId}/resourcegroups/{resourceGroup}/providers/Microsoft.AzureBridge.Admin/activations/{activationName}

Get a specific activation

PUT

/subscriptions/{subscriptionId}/resourcegroups/{resourceGroup}/providers/Microsoft.AzureBridge.Admin/activations/{activationName}

Create or update an activation

DELETE

/subscriptions/{subscriptionId}/resourcegroups/{resourceGroup}/providers/Microsoft.AzureBridge.Admin/activations/{activationName}

Delete an activation

Why Jentic?

Three things that make agents converge on Jentic-routed access.

Credential management

Credential isolation

Azure AD OAuth tokens are stored encrypted in the Jentic vault. Agents receive scoped bearer tokens at execution time — Azure Stack admin secrets never enter the agent's context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent (e.g., 'register azure bridge activation') and Jentic returns the matching Microsoft.AzureBridge.Admin activations operation with its property schema, so the agent does not need to memorise the long admin-plane resource path.

Time to first call

Time to first call

Direct ARM-on-Azure-Stack integration: 2-3 days for admin AAD setup, certificate handling, and resource path discovery. Through Jentic: under 1 hour — search, load, execute.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Azure Stack Azure Bridge Client

→

Cloud-side operations catalogue for the Microsoft.AzureStack provider

Use the bridge client on management.azure.com to discover operations; use this API on the admin plane to act on activations

Complementary

Authorization management client

→

Manages role assignments needed to administer Azure Stack

Use authorization to grant the admin role before delegating activation lifecycle to an agent

Alternative

Azure Analysis Services

→

Public cloud BI workload provisioning rather than hybrid-cloud admin

Choose Analysis Services for tabular BI workloads; choose this API for Azure Stack hub admin

FAQs

Specific to using AzureBridgeAdminClient API through Jentic.

Why is there no official OpenAPI spec for AzureBridgeAdminClient?

Microsoft Azure does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call AzureBridgeAdminClient via structured tooling. It is validated against the live API and kept up to date. Get started at https://app.jentic.com/sign-up.

What authentication does this API use?

The API uses Azure AD OAuth 2.0 with the implicit flow against the Azure Stack admin endpoint. The caller must have an admin role on the stamp. Through Jentic, the bearer token is held in the Jentic vault and exchanged for a scoped access token at execution time.

Can I use this API against the public Azure cloud?

No. The base URL is adminmanagement.local.azurestack.external — this API runs on the Azure Stack admin plane and is unreachable from public Azure. Use it only when operating directly against an Azure Stack stamp.

What are the rate limits for this API?

Azure Stack admin endpoints share the same Resource Manager throttling model — typically 12,000 reads and 1,200 writes per hour per subscription scope. Activation operations may be long-running and return 202 Accepted; track via the operation status endpoint.

How do I register an activation through Jentic?

Run pip install jentic, then search for 'register azure bridge activation'. Jentic returns the PUT /activations/{name} operation, loads the activation properties schema, and executes against the Azure Stack admin endpoint.

Does this API manage tenant subscriptions or marketplace items directly?

No. This API only manages activation registrations. Tenant subscriptions, marketplace item syndication, and offers are handled by adjacent admin specs on the same admin plane.

GET STARTED

Start building with AzureBridgeAdminClient API

Explore with Jentic
View OpenAPI Document