Starter Templates
Jumpstart your API gateway development process with our pre-built starter templates
Templates
Custom Rate Limiting
Invoke the Rate Limit policy programatically and then modify the 429 response.
Programmability
Rate Limiting
Repository
zuplo/examples/custom-429-responseRun Locally
npx create-zuplo-api --example custom-429-responseCustom Rate Limit Body#
This sample demonstrates how to invoke the Rate Limit policy programmatically and then modify the 429 response body with additional context information.
Use this example locally#
To develop with this example locally, you can create a new Zuplo project using our CLI
npx create-zuplo-api@latest my-api --example custom-429-response
Then, in the project directory run the following commands:
npm install
npm run devOther Examples
Jumpstart your API gateway development process with our pre-built starter templates
MCP Custom Tools
MCP Server with a custom tool that orchestrates multiple API calls.
MCP Server Prompts
An example MCP Server with additional MCP Prompts to enhance the end user experience.
Remote MCP Server with OAuth
A remote MCP Server that shows how to setup OAuth authentication with Auth0
Dev Portal with API Keys
An example of a Zuplo Dev Portal with support for self-serve API key creation.