Yilialinn commented on code in PR #2105: URL: https://github.com/apache/apisix-website/pull/2105#discussion_r3820454173
########## website/learning-center/api-gateway-vs-api-management.md: ########## @@ -0,0 +1,166 @@ +--- +title: "API Gateway vs API Management: Key Differences" +description: "Compare API gateways and API management across runtime traffic control, API lifecycle, governance, developer experience, and when teams need both." +slug: api-gateway-vs-api-management +date: 2026-08-20 +tags: [api-gateway, api-management, comparison] +hide_table_of_contents: false +--- + +An API gateway and API management solve related but different problems. An API gateway sits in the request path and applies runtime policies such as routing, authentication, rate limiting, and observability. API management covers the wider API lifecycle, which can include design standards, publishing, discovery, developer onboarding, governance, analytics, and retirement. A gateway can be a component of an API management program, but it is not the entire program. Review Comment: Fixed. Both new Learning Center guides are now listed in `website/static/llms.txt`, and I verified that the generated `website/build/llms.txt` includes both URLs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
