By Dao Feng, Shi Mian and Yan Yan
On August 29, the brand new open source project HiMarket AI Open Platform, jointly initiated by the Higress community and the Nacos community, is officially released.
GitHub Address:https://github.com/higress-group/himarket
As the AI wave sweeps through various industries, we see countless enterprises and developers enthusiastically participating. Whether it is enabling internal large model capabilities for various business lines, or hoping to open up expensive AI assets and build an ecosystem, a powerful "AI Open Platform" has become a must-have.
As contributors of Higress, we have found in our interactions with many developers and enterprise users that when enterprises use the Higress AI Gateway to complete unified access to models and tools, the challenge shifts from "connectivity" to "collaboration and productization." Various roles such as tool providers, Agent developers, security compliance, and financial operations are operating in silos, leading to issues such as scattered capability catalogs, inconsistent listing processes, difficulties in unifying permissions and quotas, challenges in measuring and allocating costs, and ensuring content security in every call. Enterprises naturally need a multi-role oriented, user-friendly, and functionally complete upper-level open platform. So, how should enterprises build such a platform?
Starting from scratch, you might need:
We estimate that this part of the work accounts for 80% of the effort to build a complete AI open platform. This not only takes time and effort but may also hinder the progress of AI deployment in enterprises.
This is exactly the original intention of our initiative HiMarket: to help users start building the AI open platform from 80%.
HiMarket is a ready-to-use AI open platform solution. It is not just a simple API listing page, but an enterprise-level “AI Capability Market and Developer Ecosystem Center”.
It consists of several core components, perfectly matching the needs of different roles within the enterprise:

With HiMarket, you can focus on the core value creation:
HiMarket can provide assistance for the following scenarios
1. Central AI Platform within Enterprises
Within large enterprises, when various business lines begin to introduce AI capabilities, if each operates independently, it will quickly fall into chaos in access, cost control, and security risks, affecting the overall speed of AI innovation in the enterprise. At this time, HiMarket, as a unified AI asset management platform in the AI era, becomes a unified and standardized entry point for all internal systems to access external AI services. This centralized model brings great management benefits:
2. Private MCP Market: A Unified Entry Point for the Enterprise MCP Tool Ecosystem
With the popularization of the MCP protocol, enterprises can connect models to external tools and services in a “plug-and-play” manner through standardized interfaces, greatly reducing integration costs and enhancing system flexibility and scalability. Internally, enterprises centralize access and governance of MCP services through the MCP market as a single entry point, enabling AI Agents to efficiently execute specific tasks such as order inquiries and conference room bookings using a unified manner while ensuring consistency in traffic governance and elastic scaling. All outbound tool calls from the enterprise must first go through HiMarket for centralized, standardized security control, including unified authentication and authorization, fine-grained rate limits, comprehensive audit logs, etc. This method avoids the repetitive implementation and maintenance of complex security logic on every independent tool service, greatly simplifying the security governance of the MCP tool ecosystem, providing a solid foundation for enterprises to build a secure, reliable, and controllable AI Agent system. HiMarket can help enterprises quickly launch a privatized MCP market, such as the open-source MCP market built by Higress: https://mcp.higress.ai/

3. Build a Unified AI Open Platform for the Monetization of Enterprise AI Capabilities
The ultimate goal of any enterprise is revenue and profit. As AI agents accelerate their entry into work and life, more and more voices in the industry are calling this trend the “Agent Economy.” From the imagination of the ecological map, it can be seen that tools, data, computing power, and industry services around intelligent agents will be standardized into tradable capabilities, offering broad commercial opportunities. The core carrier that supports these monetization paths is the “AI Open Platform” aimed at developers and enterprises—connecting the perception, reasoning, and external tools of intelligent agents through a unified API to achieve large-scale distribution and billing.

HiMarket aims to become the open-source foundation of the “AI API Economy,” helping enterprises unify distributed intelligent agents, models, RAG, tools, and industry data into standardized API assets. Through a one-stop capability catalog and listing, access verification, permissions and auditing, invocation measurement and quotas, as well as billing and reconciliation interface docking, HiMarket enables capabilities to be quickly discovered, combined, distributed, and settled, forming a closed loop from internal capabilities to external revenue, and creating a unified AI open platform and API monetization channel that belongs to enterprises.
In line with the evolution towards the AI era, HiMarket's vision is to become an “AI-powered open platform”: leveraging an understanding of OpenAPI, MCP Manifest, OAS Swagger, and other API metadata to explore AI-assisted one-click generation of multilingual SDKs, examples, and contract testing; achieving intelligent discovery and routing of tools based on semantic retrieval and task intent; forming quality profiles and scores for availability, latency, success rate, etc., during runtime; providing Token cost measurement and budget optimization; and implementing content security at the prompt level to prevent sensitive information leakage.
The above capabilities are currently in the roadmap stage and have not been fully realized. We hope to verify and refine them together with the community—promoting prototype implementation through open RFCs and a modular architecture, prioritizing the seamless integration of the “metadata ingestion—assessment benchmarks and telemetry standards—quality scoring and routing strategies” minimum viable closed loop. We welcome developers to participate in discussions, submit issues/PRs, or contribute adapters and assessment sets, to make HiMarket a unified entry point and innovation accelerator for the enterprise private AI API market in “discovery—access—governance—monitoring—optimization—monetization.”
We have prepared a detailed quick start guide for you. With just a few simple steps, you can run HiMarket locally and personally experience the thrill of “starting from 80%.”
Ensure you have installed Git, JDK 8, Maven, Node.js (v20), and have a MySQL database ready.
git clone https://github.com/higress-group/himarket.git
cd himarket
The HiMarket backend service relies on the database. Please modify the configuration according to portal-bootstrap/src/main/resources/application.yaml, or pass it in as a parameter during startup.
# 打包项目
mvn clean package
# 启动后端 (请替换为你的数据库信息)
java -Ddb.host=YOUR_DB_HOST \
-Ddb.port=YOUR_DB_PORT \
-Ddb.name=YOUR_DB_NAME \
-Ddb.username=YOUR_DB_USER \
-Ddb.password=YOUR_DB_PASSWORD \
-jar portal-bootstrap/target/portal-bootstrap-1.0-SNAPSHOT.jar
HiMarket includes both the management backend and the developer portal frontends.
# 启动管理后台
cd portal-web/api-portal-admin
npm install
npm run dev
# 访问 http://localhost:5174
# 启动开发者门户
cd portal-web/api-portal-frontend
npm install
npm run dev
# 访问 http://localhost:5173
1. Access the Management Backend localhost:5174, register an administrator account.
2. Import Service Source
Select the service source where the MCP Server is located according to the business scenario, currently supporting both the gateway and Nacos.
a) Import Gateway Instance: In [Instance Management], import the Higress gateway.

b) Import Nacos Instance: In [Instance Management], import Nacos.
3. Create Portal: In the [Portal] menu, create your own AI portal and bind it to a domain name for local testing (such as localhost).

4. Create and Publish AI Products: In [API Products], package a service from Higress's MCP into a product and publish it to the portal you just created.
5. Switch to the Developer Portal (localhost:5173), register a developer account, and wait for the administrator’s approval in the backend.
6. Subscribe and Call: Log into the developer portal, and you will see the AI product published earlier. Create a consumer to obtain credentials, then subscribe to the product to start calling!

HiMarket is currently in its initial stage. We have implemented the core processes of the AI open platform, but this is just the beginning.
HiMarket Roadmap:
The future of HiMarket relies on the participation and contributions of every developer. We sincerely invite you to:

If you want to learn more about Alibaba Cloud API Gateway (Higress), please click: https://higress.ai/en/
The Practical Implementation of the AI Gateway by Ctrip Travel
Zero-Code Transformation! Observability in Practice with LoongSuite
626 posts | 54 followers
FollowAlibaba Cloud Native Community - October 11, 2025
Alibaba Cloud Native Community - September 17, 2025
Alibaba Cloud Native Community - October 15, 2025
Alibaba Cloud Native Community - October 22, 2025
Alibaba Cloud Native Community - March 27, 2025
OpenAnolis - July 18, 2024
626 posts | 54 followers
Follow
API Gateway
API Gateway provides you with high-performance and high-availability API hosting services to deploy and release your APIs on Alibaba Cloud products.
Learn More
AgentBay
Multimodal cloud-based operating environment and expert agent platform, supporting automation and remote control across browsers, desktops, mobile devices, and code.
Learn More
AI Acceleration Solution
Accelerate AI-driven business and AI model training and inference with Alibaba Cloud GPU technology
Learn More
Offline Visual Intelligence Software Packages
Offline SDKs for visual production, such as image segmentation, video segmentation, and character recognition, based on deep learning technologies developed by Alibaba Cloud.
Learn MoreMore Posts by Alibaba Cloud Native Community