---
name: agentic-purchase
description: "Hand your agent a card and a task. It checks out, then closes the loop on memo, receipt, and coding."
title: "Make a purchase with an agent card"
url: https://agents.ramp.com/playbooks/agentic-purchase
runtimes: [Claude Desktop, ChatGPT, Claude Code, Codex, Perplexity]
---

# Make a purchase with an agent card

Hand your agent a card and a task. It checks out, then closes the loop on memo, receipt, and coding. Useful for SaaS renewals, one-off vendor purchases, and recurring buys — anywhere the post-transaction cleanup eats more time than the buy itself.

## 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
- Ramp connector enabled in Claude Desktop ([connector directory](https://claude.ai/directory/61bac03c-3f98-4b3c-affb-1b99533fa82c))
- Account is enrolled in Agent Cards (via tool call)

Make this purchase using my Ramp Agent Card:

[REPLACE — what to buy, from what vendor, expected total]
Memo: [REPLACE — business purpose, GL category if known]

Confirm the order summary with me before clicking buy. After the purchase, attach the receipt, then apply the memo, tracking category, and trip if relevant.
```

## ChatGPT

Copy and run this prompt:

```
## Before you run
- Ramp connector enabled in ChatGPT ([app](https://chatgpt.com/apps/ramp/asdk_app_69250fb6281c819195b52a1556b0060c))
- Account is enrolled in Agent Cards (via tool call)

Make this purchase using my Ramp Agent Card:

[REPLACE — what to buy, from what vendor, expected total]
Memo: [REPLACE — business purpose, GL category if known]

Confirm the order summary with me before clicking buy. After the purchase, attach the receipt, then apply the memo, tracking category, and trip if relevant.
```

## Claude Code

Copy and run this prompt:

```
## Before you run
- Ramp CLI installed: `curl -fsSL https://agents.ramp.com/install.sh | bash`
- Logged in: `ramp auth login`
- Account is enrolled in Agent Cards (via tool call)
- Optional skill: [agentic-purchase](https://github.com/ramp-public/ramp-cli/tree/main/src/ramp_cli/skills/agentic-purchase)

Make this purchase using my Ramp Agent Card, from the terminal:

[REPLACE — what to buy, from what vendor, expected total]
Memo: [REPLACE — business purpose, GL category if known]

Confirm the order summary with me before clicking buy. After the purchase, attach the receipt, then apply the memo, tracking category, and trip if relevant.
```

## Codex

Copy and run this prompt:

```
## Before you run
- Ramp CLI installed: `curl -fsSL https://agents.ramp.com/install.sh | bash`
- Logged in: `ramp auth login`
- Account is enrolled in Agent Cards (via tool call)
- Optional skill: [agentic-purchase](https://github.com/ramp-public/ramp-cli/tree/main/src/ramp_cli/skills/agentic-purchase)

Make this purchase using my Ramp Agent Card, from the terminal:

[REPLACE — what to buy, from what vendor, expected total]
Memo: [REPLACE — business purpose, GL category if known]

Confirm the order summary with me before clicking buy. After the purchase, attach the receipt, then apply the memo, tracking category, and trip if relevant.
```

## Perplexity

Copy and run this prompt:

```
## Before you run
- Ramp connector enabled in Perplexity ([connector](https://www.perplexity.ai/computer/connectors?connector=ramp))
- Account is enrolled in Agent Cards (via tool call)

Make this purchase using my Ramp Agent Card:

[REPLACE — what to buy, from what vendor, expected total]
Memo: [REPLACE — business purpose, GL category if known]

Confirm the order summary with me before clicking buy. After the purchase, attach the receipt, then apply the memo, tracking category, and trip if relevant.
```
