ramp-apply-for-account

Guides agents through starting and completing Ramp financing applications via the ramp CLI.

2|1|Updated Jul 24, 2026
One-click install
npx skills add https://github.com/ramp-public/skills --skill ramp-apply-for-account-ramp-public
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ramp-apply-for-account
Source: https://github.com/ramp-public/skills/tree/main/plugins/ramp/skills/ramp-apply-for-account
Command: npx skills add https://github.com/ramp-public/skills --skill ramp-apply-for-account-ramp-public

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Applying for a Ramp account involves many steps—invites, identity verification, ownership details, banking, documents, and follow-ups—and this Skill gives an agent a structured, safe workflow to drive that application to completion without collecting sensitive data in chat. ## Core Features & Use Cases - Application Lifecycle Management: Start new applications or continue existing ones using ramp applications commands, with a progress loop that tracks required, optional, and Ramp-owned actions. - Safe Human Handoffs: Route SSN entry, phone verification, Onfido identity checks, and final submission to Ramp browser links while the agent completes all API-writable fields. - Banking & Follow-Up Handling: Manage manual bank accounts, statement uploads, document follow-ups, and unformed-entity incorporation fields in coordination with the ramp-incorporate skill. - Use Case: A founder asks an agent to apply for Ramp. The agent sends the invite, collects business and owner details conversationally, uploads bank statements, hands off SSN entry via a secure Ramp link, and stops when the application is ready for the founder's final review and submission. ## Quick Start Ask the agent to start a new Ramp application or continue an existing one, and it will check auth, send the invite, and walk you through each remaining step.

Frequently Asked Questions about ramp-apply-for-account

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

FAQPage Schema
How do I apply for a Ramp account with an AI agent?

The agent runs ramp applications create to send an invite email, then you accept it in your inbox. After that it uses ramp applications progress to drive each remaining step, completing agent-owned fields and handing off browser steps like SSN entry to you.

How does the Ramp application progress loop work?

The agent runs ramp applications progress to inspect required_actions, optional_actions, and ready_for_submission. It completes agent-owned work first, shows deep links for applicant-owned steps, and stops when Ramp owns the next action or the application reaches a final state.

Can an AI agent collect my SSN for a Ramp application?

No. SSN entry, whether last-4 or full 9-digit, must happen only through the Ramp browser form link returned by the API. The agent never accepts SSN in chat, CLI prompts, environment variables, or JSON payloads.

What CLI scopes are needed to continue a Ramp application?

The normal workflow needs applications:read, applications:write, and bank_accounts:read scopes via ramp auth login. If incorporation may be required, also include incorporation:read and incorporation:write so the ramp-incorporate skill can proceed.

What happens if my business has no legal entity yet when applying to Ramp?

The agent sets needs_incorporation: true and collects provisional incorporation fields like entity type, filing state, and intended filing date. After you submit the application, the ramp-incorporate skill handles the actual LLC formation filing, which has a separate cost.

Why does the Ramp application flow stop and say Ramp is reviewing?

When a required action has actor=RAMP, Ramp owns the next step such as underwriting or document review, and the agent must stop before writing. The agent resumes only after progress shows new agent-owned or applicant-owned actions.