What problem does it solve?
This Skill helps teams define external API and event contracts for a multi-tenant SaaS so integrations remain stable, tenant boundaries stay enforced, and breaking changes do not surprise partners.
Core Features & Use Cases
- Tenant-safe API conventions: Derives tenant context from credentials, forbids client-supplied tenant IDs on data paths, and standardizes resource naming, pagination, errors, and idempotency.
- Rate limiting and contract governance: Defines per-tenant and per-plan limits, plus versioning and deprecation rules with minimum notice, dual-run windows, and rollback planning.
- Webhook and event design: Produces a versioned event envelope, thin payload conventions, tenant-scoped subscriptions, at-least-once delivery semantics, signing, replay protection, and redelivery behavior.
- Use case: A platform team can use this Skill when launching partner APIs, adding webhooks, or changing response fields without breaking live integrations.
Quick Start
Ask the skill to design a tenant-safe public API and webhook contract for your product, including versioning, rate limits, and a migration plan.