# Paykit Architecture

> not use automatically

- Skill: `getpaykit/paykit-architecture` (Agent Skill)
- Install (CLI): `npx skillmds@latest add getpaykit/paykit-architecture`
- Raw SKILL.md: https://api.skillmd.com/api/skills/getpaykit/paykit-architecture/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: getpaykit (https://skillmd.com/u/getpaykit)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/getpaykit/paykit-architecture

---


# PayKit Architecture

Use this before architectural, API design, provider integration, billing
lifecycle, database model, or product-scope decisions.

Read `ob/spec.md` and relevant package code before making recommendations.

Favor embedded, type-safe billing primitives that keep provider details isolated.
PayKit should run inside the user's app, use their database, and expose APIs that
make plans, subscriptions, entitlements, and usage billing feel like normal
application code.

