Skip to main content
Templates

Import mock kits for real APIs

Start from a working template instead of hand-writing your first rules. These kits are designed to get you from install to useful traffic shaping fast.

stripe

Stripe Mock Kit

Payment intents, charges, and customer responses you can import to unblock checkout and billing work.

Frontend teams, AI coding agents, and anyone debugging payment flows.

Quick download
curl -fsSL https://raw.githubusercontent.com/apxydev/apxy/main/mock-templates/stripe/rules.json -o stripe-rules.json
github api

GitHub API Mock Kit

Repo, user, and issue responses for local testing when you need deterministic API behavior.

Developers building GitHub integrations and internal tooling.

Quick download
curl -fsSL https://raw.githubusercontent.com/apxydev/apxy/main/mock-templates/github-api/rules.json -o github-api-rules.json
openai

OpenAI Mock Kit

Mock chat completion and embedding responses so you can test agent flows without burning tokens.

AI builders, prompt tooling teams, and frontend engineers testing LLM features.

Quick download
curl -fsSL https://raw.githubusercontent.com/apxydev/apxy/main/mock-templates/openai/rules.json -o openai-rules.json