avinode-sandbox-reset

Automates Avinode sandbox cleanup after API key rotation via inventory-then-delete workflow with user confirmation.

Updated Oct 15, 2025
One-click install
npx skills add https://github.com/kingler/v0-jetvision-assistant --skill avinode-sandbox-reset
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: avinode-sandbox-reset
Source: https://github.com/kingler/v0-jetvision-assistant/tree/main/.claude/skills/avinode-sandbox-reset
Command: npx skills add https://github.com/kingler/v0-jetvision-assistant --skill avinode-sandbox-reset

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cleans up stale Avinode sandbox records and broken links after sandbox key rotation, ensuring a pristine test environment.

Core Features & Use Cases

  • Automated cleanup of sandbox trip records, messages, webhook events, and related data.
  • Safe, staged deletion with an inventory step and explicit user confirmation.
  • Use case: reset a sandbox environment weekly to prevent stale data from leaking into production.

Quick Start

Run the avinode-sandbox-cleanup script to purge sandbox records after generating a new sandbox API key.

Frequently Asked Questions about avinode-sandbox-reset

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

FAQPage Schema
How do I clean up Avinode sandbox data after API key rotation?

To clean up Avinode sandbox data after API key rotation, run the avinode-sandbox-cleanup script to purge stale trip records, messages, and webhook events. This ensures a pristine test environment by removing broken links left by the old key.

What is the best way to reset an Avinode sandbox environment?

The best way to reset an Avinode sandbox environment is automating cleanup with an inventory-then-delete workflow. The script inventories stale trip data and webhook events, waits for explicit user confirmation, then deletes the records.

Do I need Supabase admin access to purge Avinode sandbox records?

Yes, you need Supabase admin access to purge Avinode sandbox records. Along with a newly generated Avinode sandbox API key, Supabase admin access is required to execute the staged deletion of stale trip data and webhook events.

When should I perform an Avinode sandbox data cleanup?

You should perform an Avinode sandbox data cleanup after generating a new sandbox API key. Regular resets, such as weekly cleanups, prevent stale trip data and broken webhook events from leaking into your production environment.

Does the Avinode sandbox cleanup script delete data without confirmation?

No, the Avinode sandbox cleanup script does not delete data without confirmation. It uses a safe, staged deletion workflow that inventories records first and requires explicit user confirmation before removing any stale trip data or messages.