Skip to main content

Recipes

Step-by-step walkthroughs for real-world scenarios on the Zerq platform. Each recipe covers a complete, working configuration — from prerequisites through verification.

Gateway & access control

These recipes cover configuring collections, proxies, clients, and profiles to support real-world access patterns.

RecipeWhat you build
Partner API OnboardingCreate a client, profile, and portal access for a B2B partner end-to-end
Tiered API MonetizationDefine Free, Pro, and Enterprise tiers with separate rate limits and quota enforcement

Workflow patterns

These recipes cover common workflow designs built with the Zerq workflow canvas.

RecipeWhat you build
Backend AggregationCombine responses from two upstream services into a single API response
Canary RoutingRoute a percentage of traffic to a new backend, leaving the remainder on the stable path
Retry and FallbackRetry a flaky backend up to three times, then serve a static fallback response
Request/Response TransformationStrip, rename, and inject fields in a request or response without changing the backend

AI and automation

These recipes cover giving AI clients access to your APIs and automating platform management.

RecipeWhat you build
AI Agent Access via Gateway MCPConfigure a Cursor or Claude client to discover and call your APIs through Gateway MCP
Gateway + Management MCP TogetherUse both MCP surfaces in one agent: configure with Management MCP, test with Gateway MCP
CI/CD Platform AutomationCreate and update collections, proxies, and workflows from a CI/CD pipeline via Management MCP

How recipes are structured

Every recipe follows this pattern:

  1. Overview — What the recipe builds and why it is useful
  2. Prerequisites — What must already exist before you start
  3. Steps — Numbered instructions following the platform UI
  4. Verify — How to confirm the configuration works
  5. Next steps — Where to go from here