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 / GalleryManagementClient
GalleryManagementClient logo

Microsoft Azure GalleryManagementClient

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

For Agents

List available administrative gallery operations on an Azure Stack Hub deployment so an agent can discover what actions the Microsoft.Gallery.Admin provider supports.

Use for: List all admin gallery operations available on this Azure Stack deployment, Check whether the Microsoft.Gallery.Admin provider is exposed on this stamp, Retrieve the operations catalogue for the Azure Stack gallery, Find what gallery admin actions an operator can perform here

Not supported: Does not create gallery items, sync marketplace content, or manage stamp updates — use for discovering gallery admin operations only.

Jentic publishes the only available OpenAPI specification for GalleryManagementClient, keeping it validated and agent-ready. The Azure Stack Admin Gallery Management API exposes the discoverable operations surface for the marketplace gallery on an Azure Stack Hub deployment. Operators use it to enumerate the administrative actions available against the Microsoft.Gallery.Admin resource provider on a private Azure Stack environment. It runs against the Azure Stack admin endpoint at adminmanagement.local.azurestack.external with Azure AD OAuth2.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the GalleryManagementClient to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the GalleryManagementClient, 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 GalleryManagementClient API.

List the supported administrative operations for the Microsoft.Gallery.Admin resource provider

Discover gallery management actions available on an Azure Stack Hub instance

Verify which operation surface a given Azure Stack admin region exposes

Provide an operations catalogue for tooling that introspects Azure Stack admin endpoints

Confirm a Gallery admin endpoint is reachable and responsive before issuing further calls

Use Cases

Patterns agents use GalleryManagementClient API for, with concrete tasks.

★ Operations discovery on an Azure Stack stamp

An Azure Stack operator needs to know which administrative gallery operations the local stamp supports before scripting against it. Calling Operations_List on Microsoft.Gallery.Admin returns the full catalogue of supported actions so the operator can plan a maintenance script. The endpoint is read-only and safe to call from automation jobs at any time.

Call GET /providers/Microsoft.Gallery.Admin/operations against the Azure Stack admin endpoint and return the list of supported operation names.

Tooling introspection for Azure Stack utilities

Internal tooling that wraps Azure Stack admin APIs uses Operations_List to verify which actions a stamp exposes and dynamically gate UI options. The single-endpoint surface is purpose-built for this kind of reflection. Useful when the same tool runs across stamps with different update levels.

Probe the Azure Stack admin endpoint for the Microsoft.Gallery.Admin operations list and surface any unexpected operation names.

AI agent discovery via Jentic

An agent given an Azure Stack admin endpoint uses Jentic to find the Operations_List call, load its schema, and execute it without holding raw operator credentials. The result is a structured list the agent can reason over to decide which subsequent admin APIs are worth invoking.

Use Jentic to search for 'azure stack gallery operations', load Operations_List, and execute it against the Azure Stack admin endpoint configured for the operator.

Key Endpoints

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

METHOD

PATH

DESCRIPTION

GET

/providers/Microsoft.Gallery.Admin/operations

List available gallery admin operations

GET

/providers/Microsoft.Gallery.Admin/operations

List available gallery admin operations

Why Jentic?

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

Credential management

Credential isolation

Azure Stack operator credentials and service principals are stored encrypted in the Jentic vault. Agents receive a scoped Azure AD bearer token for the admin endpoint at execution time and never see the raw secret.

Intent-based discovery

Intent-based discovery

Agents search Jentic for 'list azure stack gallery operations' and Jentic returns the Operations_List operation with its schema, so the agent can call the discovery endpoint without browsing Azure Stack admin docs.

Time to first call

Time to first call

Direct integration: half a day to register an AAD app on the stamp, configure the admin endpoint, and handle token exchange. Through Jentic: under 30 minutes — search, load schema, execute.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Azure Stack AzureBridge

→

Manages the bridge that syncs marketplace items from public Azure into an Azure Stack stamp.

Use this when the agent needs to download marketplace gallery items into an Azure Stack stamp rather than just listing the operations surface.

Complementary

Azure Stack Compute Admin

→

Compute administrative API for an Azure Stack stamp.

Pair with the gallery admin client when the agent is performing broader stamp compute lifecycle operations.

Alternative

Shared Image Gallery Service

→

Public Azure Shared Image Gallery for distributing VM images.

Use Shared Image Gallery when the agent needs image versioning on public Azure rather than the admin gallery on Azure Stack.

FAQs

Specific to using GalleryManagementClient API through Jentic.

Why is there no official OpenAPI spec for GalleryManagementClient?

Microsoft Azure does not publish a stand-alone OpenAPI specification for the Azure Stack Admin Gallery Management API. Jentic generates and maintains this spec from the Azure Stack admin REST surface so that AI agents and developers can call GalleryManagementClient 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 the Azure Stack Gallery Admin API use?

The API uses Azure AD OAuth2 against the Azure Stack admin endpoint at adminmanagement.local.azurestack.external, declared as the azure_auth security scheme. Through Jentic, operator credentials are stored encrypted in the vault and exchanged for a scoped bearer token at execution time.

What does this API actually do?

It exposes a single GET on /providers/Microsoft.Gallery.Admin/operations that returns the catalogue of administrative actions the gallery resource provider supports on an Azure Stack stamp. It is a discovery endpoint, not a management endpoint — there are no create or delete operations on this client.

What are the rate limits?

Azure Stack admin endpoints inherit ARM-style throttling, typically thousands of reads per hour per subscription. The single Operations_List endpoint is lightweight and unlikely to be rate-limited in normal admin use.

How do I list gallery operations through Jentic?

Run jentic.search('list azure stack gallery operations'), load the Operations_List schema, and execute it with no parameters beyond the bearer token. Jentic returns the JSON catalogue from the Microsoft.Gallery.Admin provider.

GET STARTED

Start building with GalleryManagementClient API

Explore with Jentic
View OpenAPI Document