ramp-hello-world
Installation
SKILL.md
Ramp Read-Only Connectivity Proof
Overview
Prove the smallest useful path: obtain a token without exposing it, call the current Developer API transaction surface with minimum scope, inspect the response envelope, and record a sanitized environment receipt.
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
- The current Developer API path is
/developer/v1; the production host isapi.ramp.comand the sandbox host isdemo-api.ramp.com. - The quickstart obtains a token from
/developer/v1/tokenand reads transactions withtransactions:read. - List responses use a
datacollection and page metadata; callers must follow the documented cursor rather than assume one page is complete. - Most Ramp monetary values are integers in the smallest unit of the accompanying currency, subject to the endpoint schema.