Summary
Query Red Hat Developer Hub's software catalog API — look up service API specs, ownership, dependencies, and documentation during coding sessions.
Plugin Details
- Red Hat product: Red Hat Developer Hub (RHDH) 1.10
- Plugin hooks:
tool, auth
- Complexity: Low-Medium
- Priority: 10 (Low-Medium value)
Tools
| Tool |
Description |
rhdh_catalog_search |
Search catalog by name, kind (Component, API, System, Group), or lifecycle |
rhdh_catalog_entity |
Full entity details: metadata, spec, relations, links |
rhdh_api_spec |
Fetch OpenAPI/AsyncAPI spec for an API entity |
rhdh_techdocs |
Fetch TechDocs content for a component |
rhdh_dependencies |
Dependency graph: what a component consumes and what consumes it |
Auth
- Reuses OpenShift OAuth token if OCP plugin is loaded
- Otherwise prompts for RHDH URL and auth token
- RHDH 1.10 also has MCP support (similar bridge opportunity as AAP)
Use case
Developer adding a new API client. LLM searches the RHDH catalog for the target service, pulls its OpenAPI spec, and generates a typed client — without the developer knowing where the spec lives.
Notes
Most valuable in large organizations with many services. Limited value for small teams or single-service projects.
From: Red Hat Product Integration Plugin Ideas
Summary
Query Red Hat Developer Hub's software catalog API — look up service API specs, ownership, dependencies, and documentation during coding sessions.
Plugin Details
tool,authTools
rhdh_catalog_searchrhdh_catalog_entityrhdh_api_specrhdh_techdocsrhdh_dependenciesAuth
Use case
Developer adding a new API client. LLM searches the RHDH catalog for the target service, pulls its OpenAPI spec, and generates a typed client — without the developer knowing where the spec lives.
Notes
Most valuable in large organizations with many services. Limited value for small teams or single-service projects.
From: Red Hat Product Integration Plugin Ideas