tenant-suspension-handling

Automate tenant suspension workflows from billing or abuse signals.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/marquesfelip/agents-and-skills --skill tenant-suspension-handling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tenant-suspension-handling
Source: https://github.com/marquesfelip/agents-and-skills/tree/main/skills/tenant-suspension-handling
Command: npx skills add https://github.com/marquesfelip/agents-and-skills --skill tenant-suspension-handling

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides automated, policy-driven suspension for SaaS tenants based on billing failures or abuse, enabling automatic access control, auditing, and clean lift flows.

Core Features & Use Cases

  • Automatically suspend tenants on dunning exhaustion or abuse signals with configurable policies.
  • Define access restrictions (read-only, export-only, none) and notify tenants with resolution steps.
  • Audit every suspension event, support admin lift actions, and integrate with billing and authentication systems.

Quick Start

Configure the suspension rules and trigger conditions in your tenant lifecycle service, then run a test suspension to validate the end-to-end flow.

Frequently Asked Questions about tenant-suspension-handling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate tenant suspension in a SaaS application for billing failures?

Automate tenant suspension by configuring policy-driven rules that trigger on dunning exhaustion or billing failures. The Skill executes a stateful suspension pipeline, managing transactional transitions, session revocation, audit logging, and tenant notifications automatically.

What is policy-driven tenant suspension and how does it handle access control?

Policy-driven tenant suspension automatically restricts SaaS tenant access based on abuse or billing signals. It enforces configurable access restrictions like read-only or export-only modes, ensuring granular access control while maintaining audit logs of every suspension event.

How do I automatically lift a SaaS tenant suspension when payment is recovered?

Lift SaaS tenant suspensions automatically upon payment recovery using the pipeline's auto-lift feature. The stateful workflow detects successful billing transactions, reverses the suspension state, restores full access, and logs the recovery event for auditing purposes.

Can I configure custom access restrictions for suspended SaaS tenants?

Yes, you can define custom access restrictions for suspended tenants. The Skill allows you to configure specific access levels such as read-only, export-only, or no access, and automatically notifies tenants with resolution steps based on your defined suspension policies.

How do I audit SaaS tenant suspension events for abuse or dunning?

Audit tenant suspension events by leveraging the Skill's built-in audit logging capability. Every suspension and lift action triggered by dunning exhaustion or abuse signals is recorded as a transactional event, providing a traceable history for compliance and admin review.

Does this tenant suspension workflow support integration with external billing and authentication systems?

Yes, the suspension workflow supports pluggable integrations with external billing and authentication systems. This allows the stateful suspension pipeline to seamlessly receive dunning signals, revoke authentication sessions, and trigger notifications across your existing SaaS infrastructure.