mulesoftmulesoftOfficialยท1 Agent Skills Included

api-console

Interactive API documentation console for RAML, OpenAPI, and AsyncAPI

Renders interactive API documentation from RAML, OpenAPI, AsyncAPI, and gRPC specs as a standalone app or embeddable web component. Eliminates hand-written docs pages by generating navigation, request panels, and OAuth flows directly from AMF models. Includes an AI-guided release skill that automates component updates, version bumps, and wrapper publishing.
npx skills add mulesoft/api-console --all -g -y
Available:

Gives the AI agent the project's architecture rules, AMF model usage patterns, testing commands, and coding constraints so it can modify and release the console correctly.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install api-console?โ–ผ

Run `npx skills add mulesoft/api-console --all -g -y` in your terminal to install all skills in this suite globally.

What does API Console do?โ–ผ

It turns API specification files like RAML, OpenAPI, and AsyncAPI into a full interactive documentation site with navigation and a try-it request panel.

Can I embed API Console in my own website?โ–ผ

Yes. Use the api-console web component to embed documentation in any page, or the api-console-app element for a full standalone application with routing.

Does API Console parse API files directly?โ–ผ

No. It requires a pre-generated AMF model in JSON-LD format, which you create from your spec files using the AMF parser.

Does it work with AI coding assistants?โ–ผ

Yes. The included AGENTS.md file gives Claude Code, Cursor, and Copilot the architecture rules and release workflows needed to work on this project.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’