ramp-deploy-integration
Installation
SKILL.md
Ramp Integration Deployment and Rollout
Overview
Promote the exact tested artifact, not an unreviewed configuration. Resolve environment and credential provenance before startup, begin with bounded reads, and gate all writes behind explicit business approval and reconciliation.
Prerequisites
- Identify the Ramp application, environment, business entities, affected data and workflows, accountable owner, and rollback boundary.
- Read
references/official-docs.mdand re-check endpoint schemas, scopes, limits, and support status before a live operation. - Use synthetic fixtures or Ramp sandbox until production access and business effects are explicitly approved.
- Prepare approved secret storage and a sanitized evidence location.
Current Contract
- Sandbox and production are separate Ramp environments with different hosts, credentials, tokens, and data.
- OAuth tokens are bound to scopes and environment; a passing sandbox test does not authorize production.
- Webhook consumers must be externally reachable and idempotent, while accounting writers need durable downstream receipts.
- The OpenAPI schema and current guide exports are the contract inputs for release validation.