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
bash
Then, in the project directory run the following commands:
bash
Other Examples
Jumpstart your API gateway development process with our pre-built starter templates
Idempotency Keys
Idempotency keys prevent duplicate requests and cache responses.
Semantic Caching
Semantic caching caches responses based on semantic similarity rather than exact matches.
OpenAI App
Example ChatGPT App using an MCP Server and the OpenAI Apps SDK.
GraphQL MCP Server
Exposing GraphQL APIs as an MCP Server with built-in introspection.