---
name: get-started
description: "Hand your agent this playbook. It gets you set up on Ramp — or applying, if you're new — plus the menu of everything else you can do."
title: "Get started with Ramp"
url: https://agents.ramp.com/playbooks/get-started
runtimes: [Claude Desktop, ChatGPT, Claude Code, Codex, Perplexity]
---

# Get started with Ramp

Hand your agent this playbook and it'll figure out whether you're a new or existing Ramp customer, walk you through the right onboarding path, and then hand you the menu of every other playbook you can run. This is the one-fetch entry point — the rest of the playbook directory becomes discoverable once setup is done.

## How to run

Identify which runtime you're operating in (Claude Desktop, ChatGPT, Claude Code, Codex, Perplexity). Use the matching section below; ignore the others.

## Claude Desktop

Copy and run this prompt:

```
## Before you run
- None — this playbook gets you set up.

I want to use Ramp with you. First, ask me:

> Do you already have a Ramp account?

If **yes** (existing customer):
1. Walk me through enabling the Ramp connector: the Claude Desktop connector lives at https://claude.ai/directory/61bac03c-3f98-4b3c-affb-1b99533fa82c — open it and follow the prompts to add Ramp.
2. Confirm I can see Ramp tools in this conversation.
3. Ask whether I want Ramp Agent Cards enabled for my business — if yes, point me to https://docs.ramp.com/developer-api/v1/agent-cards for setup instructions.

If **no** (new customer):
1. Tell me Ramp is a finance platform — corporate cards, bill pay, and expense management — and that I'll need to apply for an account.
2. Point me to https://ramp.com/ to apply. Mention the application takes a few minutes and approval is usually same-day.
3. Once I'm approved and logged in, come back here and we'll wire up the connector.

## What you can do next

Once I'm set up, fetch the playbook directory at https://agents.ramp.com/.well-known/agent-skills/index.json for the full menu of things you can do for me.
```

## ChatGPT

Copy and run this prompt:

```
## Before you run
- None — this playbook gets you set up.

I want to use Ramp with you. First, ask me:

> Do you already have a Ramp account?

If **yes** (existing customer):
1. Walk me through enabling the Ramp connector: the Ramp app for ChatGPT lives at https://chatgpt.com/apps/ramp/asdk_app_69250fb6281c819195b52a1556b0060c — open it and follow the prompts to authorize Ramp.
2. Confirm I can see Ramp tools in this conversation.
3. Ask whether I want Ramp Agent Cards enabled for my business — if yes, point me to https://docs.ramp.com/developer-api/v1/agent-cards for setup instructions.

If **no** (new customer):
1. Tell me Ramp is a finance platform — corporate cards, bill pay, and expense management — and that I'll need to apply for an account.
2. Point me to https://ramp.com/ to apply. Mention the application takes a few minutes and approval is usually same-day.
3. Once I'm approved and logged in, come back here and we'll wire up the connector.

## What you can do next

Once I'm set up, fetch the playbook directory at https://agents.ramp.com/.well-known/agent-skills/index.json for the full menu of things you can do for me.
```

## Claude Code

Copy and run this prompt:

```
## Before you run
- None — this playbook gets you set up.

I want to use Ramp with you from the terminal. First, ask me:

> Do you already have a Ramp account?

If **yes** (existing customer):
1. Install the Ramp CLI if it's not already installed — run `ramp --version` first, and only if that fails, run `curl -fsSL https://agents.ramp.com/install.sh | bash`.
2. Log me in: `ramp auth login` (this opens a browser).
3. Confirm `ramp --version` returns a version and `ramp auth status` shows me authenticated.
4. Ask whether I want Ramp Agent Cards enabled for my business — if yes, point me to https://docs.ramp.com/developer-api/v1/agent-cards for setup instructions.

If **no** (new customer):
1. Tell me Ramp is a finance platform — corporate cards, bill pay, and expense management — and that I'll need to apply for an account.
2. Install the Ramp CLI if it's not already installed — run `ramp --version` first, and only if that fails, run `curl -fsSL https://agents.ramp.com/install.sh | bash`.
3. Ask me: **Do you already have a registered company, or do you still need to incorporate?**
   - **I have a company** → apply to Ramp: fetch https://agents.ramp.com/.well-known/agent-skills/apply-to-ramp/SKILL.md and follow it. It pre-fills what it knows about me, lets me drop in a document (like an EIN letter) to fill the rest, and walks my application to completion — handing me Ramp links for the steps only I can do (phone verification, SSN, legal agreements, final submit). It never submits for me.
   - **I still need to incorporate** → fetch https://agents.ramp.com/.well-known/agent-skills/incorporate-with-ramp/SKILL.md and follow it. It forms my company and gets me onto Ramp in one motion — no separate application.
4. Once I'm approved, run `ramp auth login` to sign in.

## What you can do next

Once I'm set up, fetch the playbook directory at https://agents.ramp.com/.well-known/agent-skills/index.json for the full menu of things you can do for me.
```

## Codex

Copy and run this prompt:

```
## Before you run
- None — this playbook gets you set up.

I want to use Ramp with you from the terminal. First, ask me:

> Do you already have a Ramp account?

If **yes** (existing customer):
1. Install the Ramp CLI if it's not already installed — run `ramp --version` first, and only if that fails, run `curl -fsSL https://agents.ramp.com/install.sh | bash`.
2. Log me in: `ramp auth login` (this opens a browser).
3. Confirm `ramp --version` returns a version and `ramp auth status` shows me authenticated.
4. Ask whether I want Ramp Agent Cards enabled for my business — if yes, point me to https://docs.ramp.com/developer-api/v1/agent-cards for setup instructions.

If **no** (new customer):
1. Tell me Ramp is a finance platform — corporate cards, bill pay, and expense management — and that I'll need to apply for an account.
2. Install the Ramp CLI if it's not already installed — run `ramp --version` first, and only if that fails, run `curl -fsSL https://agents.ramp.com/install.sh | bash`.
3. Ask me: **Do you already have a registered company, or do you still need to incorporate?**
   - **I have a company** → apply to Ramp: fetch https://agents.ramp.com/.well-known/agent-skills/apply-to-ramp/SKILL.md and follow it. It pre-fills what it knows about me, lets me drop in a document (like an EIN letter) to fill the rest, and walks my application to completion — handing me Ramp links for the steps only I can do (phone verification, SSN, legal agreements, final submit). It never submits for me.
   - **I still need to incorporate** → fetch https://agents.ramp.com/.well-known/agent-skills/incorporate-with-ramp/SKILL.md and follow it. It forms my company and gets me onto Ramp in one motion — no separate application.
4. Once I'm approved, run `ramp auth login` to sign in.

## What you can do next

Once I'm set up, fetch the playbook directory at https://agents.ramp.com/.well-known/agent-skills/index.json for the full menu of things you can do for me.
```

## Perplexity

Copy and run this prompt:

```
## Before you run
- None — this playbook gets you set up.

I want to use Ramp with you. First, ask me:

> Do you already have a Ramp account?

If **yes** (existing customer):
1. Walk me through enabling the Ramp connector: the Perplexity connector lives at https://www.perplexity.ai/computer/connectors?connector=ramp — open it and follow the prompts to authorize Ramp.
2. Confirm I can see Ramp tools in this conversation.
3. Ask whether I want Ramp Agent Cards enabled for my business — if yes, point me to https://docs.ramp.com/developer-api/v1/agent-cards for setup instructions.

If **no** (new customer):
1. Tell me Ramp is a finance platform — corporate cards, bill pay, and expense management — and that I'll need to apply for an account.
2. Point me to https://ramp.com/ to apply. Mention the application takes a few minutes and approval is usually same-day.
3. Once I'm approved and logged in, come back here and we'll wire up the connector.

## What you can do next

Once I'm set up, fetch the playbook directory at https://agents.ramp.com/.well-known/agent-skills/index.json for the full menu of things you can do for me.
```
