Apigee · Capability

Apigee API Specification Management

Unified workflow for managing API specifications on Apigee — browsing the API Hub catalog, retrieving spec contents, linting for compliance, and cross-referencing with Registry artifacts. Provides API product managers and governance teams a single surface to inspect, validate, and govern the specifications that define your API contracts.

Run with Naftiko ApigeeAPI SpecificationsAPI GovernanceOpenAPIGoogle Cloud

What You Can Do

GET
List hub apis — List all APIs in the API Hub catalog.
/v1/hub/apis
GET
List hub specs — List specs for an API version.
/v1/hub/specs
GET
List registry apis — List APIs in the Registry.
/v1/registry/apis

MCP Tools

list-hub-apis

List all APIs catalogued in Apigee API Hub — the primary API inventory for governance.

read-only idempotent
list-api-versions

List versions of a specific API in the Hub catalog.

read-only idempotent
list-api-specs

List OpenAPI and other specs attached to an API version in the Hub.

read-only idempotent
get-api-spec-contents

Retrieve the raw contents of an API spec — useful for inspection, diffing, or feeding to an AI agent.

read-only idempotent
lint-api-spec

Lint an API spec for compliance and quality violations — returns issues with severity and location.

idempotent
list-registry-apis

List APIs tracked in the Apigee Registry (legacy spec store, use for orgs not yet migrated to Hub).

read-only idempotent
list-registry-specs

List spec artifacts in the Apigee Registry for a specific API version.

read-only idempotent

APIs Used

api-hub registry