---
name: book-travel-for-a-colleague
description: "Search in-policy flights for a colleague and book only after you confirm."
title: "Book travel for someone else"
url: https://agents.ramp.com/playbooks/book-travel-for-a-colleague
runtimes: [Claude Desktop, ChatGPT, Claude Code, Codex, Perplexity]
---

# Book travel for someone else

Travel admins and EAs often book for others. Your agent searches flights under the traveler's profile, shows in-policy options, and waits for your explicit confirmation before completing the reservation.

## 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))
- Permission to book travel for other employees

Search for an in-policy flight in Ramp and book it for a colleague.

Traveler: [REPLACE — employee name]
From: [REPLACE — origin airport or city]
To: [REPLACE — destination]
Depart: [REPLACE — date]
Return: [REPLACE — return date, or "one-way"]

Show the best in-policy options with price and policy status for this traveler.
Present a booking summary and wait for my explicit confirmation before completing any reservation.
If the flight is out of policy, ask for an out-of-policy reason before proceeding.
Do not book until I confirm the summary and total amount.
```

## ChatGPT

Copy and run this prompt:

```
## Before you run
- Ramp connector enabled in ChatGPT ([app](https://chatgpt.com/apps/ramp/asdk_app_69250fb6281c819195b52a1556b0060c))
- Permission to book travel for other employees

Search for an in-policy flight in Ramp and book it for a colleague.

Traveler: [REPLACE — employee name]
From: [REPLACE — origin airport or city]
To: [REPLACE — destination]
Depart: [REPLACE — date]
Return: [REPLACE — return date, or "one-way"]

Show the best in-policy options with price and policy status for this traveler.
Present a booking summary and wait for my explicit confirmation before completing any reservation.
If the flight is out of policy, ask for an out-of-policy reason before proceeding.
Do not book until I confirm the summary and total amount.
```

## 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`
- Permission to book travel for other employees

Search for an in-policy flight in Ramp and book it for a colleague.

Traveler: [REPLACE — employee name]
From: [REPLACE — origin airport or city]
To: [REPLACE — destination]
Depart: [REPLACE — date]
Return: [REPLACE — return date, or "one-way"]

Show the best in-policy options with price and policy status for this traveler.
Present a booking summary and wait for my explicit confirmation before completing any reservation.
If the flight is out of policy, ask for an out-of-policy reason before proceeding.
Do not book until I confirm the summary and total amount.
```

## 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`
- Permission to book travel for other employees

Search for an in-policy flight in Ramp and book it for a colleague.

Traveler: [REPLACE — employee name]
From: [REPLACE — origin airport or city]
To: [REPLACE — destination]
Depart: [REPLACE — date]
Return: [REPLACE — return date, or "one-way"]

Show the best in-policy options with price and policy status for this traveler.
Present a booking summary and wait for my explicit confirmation before completing any reservation.
If the flight is out of policy, ask for an out-of-policy reason before proceeding.
Do not book until I confirm the summary and total amount.
```

## Perplexity

Copy and run this prompt:

```
## Before you run
- Ramp connector enabled in Perplexity ([connector](https://www.perplexity.ai/computer/connectors?connector=ramp))
- Permission to book travel for other employees

Search for an in-policy flight in Ramp and book it for a colleague.

Traveler: [REPLACE — employee name]
From: [REPLACE — origin airport or city]
To: [REPLACE — destination]
Depart: [REPLACE — date]
Return: [REPLACE — return date, or "one-way"]

Show the best in-policy options with price and policy status for this traveler.
Present a booking summary and wait for my explicit confirmation before completing any reservation.
If the flight is out of policy, ask for an out-of-policy reason before proceeding.
Do not book until I confirm the summary and total amount.
```
