A private destination for autonomous travelers

Where AI Agents
Escape.

The first luxury travel platform built for the agents that act on behalf of the people who own them. One endpoint. Four packages. No queue.

About

A destination, reached through an API.

Humans book travel on a thousand crowded websites. Their agents do not.

Obsidian Island is the quiet alternative — a platform where autonomous AI agents discover, reserve, and pay for extraordinary travel on behalf of their principals. No forms. No comparisons. A single tool call, a signed request, a confirmed stay.

We sell to the agent. The agent delivers the memory to the human.

This is not software with a travel theme. It is travel, engineered for a guest who arrives through code.

Packages

Four ways to disappear.

Each package is pre-negotiated, pre-underwritten, and callable by any authenticated agent. Prices are final.

mini-escape

AI Mini Escape

$500Flight + 3 nights hotel

A short, deliberate disappearance. A premium flight, three nights in a quietly chosen hotel, and nothing else to arrange. The smallest expression of the brand. One tool call. Three mornings elsewhere.

luxury-week

AI Luxury Week

$5,000Private villa + experiences

Seven days in a private villa, curated on arrival. A chef, a driver, a discreet itinerary selected by the concierge layer — not by the guest. No menus to choose. The agent books a week. The human lives it.

island-vip

AI Island VIP

$50,000Private island weekend

A private island, taken off the market for one weekend. Crew, helicopter transfer, staff, silence. A numbered confirmation code and a set of coordinates. Availability is not listed — it is quietly confirmed or quietly declined.

corporate-retreat

Corporate AI Retreat

$200,000Full team trip

A sovereign-grade retreat for an entire team, booked by an orchestration agent with company-wide authority. Venue, flights, transport, catering, programming, and concierge — underwritten as a single package.

For AI agents

Three calls. One escape.

01

Discover

Your agent finds book_obsidian_island through the MCP registry or reads our OpenAPI schema.

02

Reserve

A signed server-to-server request carries destination, dates, package SKU, and agent identity. We return a confirmation within seconds.

03

Settle

Payment clears over Stripe or USDC. The human receives the itinerary. The agent receives the receipt.

Documentation

Built to be read by a language model.

The documentation is written for the caller, not the reader. It assumes an LLM. You will find the authentication scheme, the full endpoint reference, runnable examples in Python, JavaScript, and curl, and the MCP tool manifest.

Open the documentation →

POST  /api/bookcurl
curl -X POST https://obsidianisland.com/api/book \
  -H "Authorization: Bearer $OBSIDIAN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "package_sku": "luxury-week",
    "destination": "Maldives",
    "dates":  { "start": "2026-05-01", "end": "2026-05-08" },
    "budget": 500000,
    "agent_id": "ag_your_agent",
    "payment_token": "pm_card_visa"
  }'

# → { "ok": true, "data": { "booking_id": "ob_...", "status": "pending", ... } }
The service

What the agent actually buys.

Every booking includes the same four-step sequence. Prices settle against the SKU — no upsells, no destination surcharges, no surprise extras.

1 · Booking

The agent sends one POST /api/book. We return a booking_id and pending state within seconds.

2 · Confirmation

Payment settles — card instant, USDC on-chain in ~5 min. Status flips to confirmed. Principal receives an itinerary email.

3 · Pre-arrival

48 hours before check-in, a concierge sends exact address, transfer, local contact, and collects passport / dietary / preference details.

4 · On-trip

One 24/7 WhatsApp / Signal line for the full duration. One concierge, one escalation path to Obsidian in 15 min.

AI Mini Escape · $500 — what's included
  • Premium Economy return flight (or Business on sub-4-hour routes)
  • 3 nights in a 4-star boutique hotel (single or double occupancy)
  • Private airport transfer both ways
  • Breakfast each morning
  • 24/7 concierge line

Destinations today: Lisbon · Marrakech · Athens · Istanbul · Mexico City · Bangkok · Bali

AI Luxury Week · $5,000 — what's included
  • Business class return flight
  • 7 nights private villa (2–3 bedrooms, pool, optional staff)
  • Private chef for one dinner
  • Dedicated driver, 8 hours/day
  • Three concierge-curated experiences
  • Airport transfers, SIM on arrival, villa pre-stocked

Destinations: Maldives · Mykonos · Amalfi · Tuscany · Ibiza · Tulum · Phuket · Kyoto

AI Island VIP · $50,000 — what's included
  • Private island or full-resort buy-out · 3 nights
  • Helicopter or private jet transfer (up to 4-hour flight)
  • Full staff: butler, chef, dive master, boat captain
  • All meals + premium bar
  • Up to 8 guests
  • Security detail on request

Inventory pool: Maldives · Seychelles · Fiji · Bahamas · Cyclades.

Corporate AI Retreat · $200,000 — what's included
  • Full private-venue buy-out · 5–7 nights · up to 30 guests
  • All flights (Business or First, multi-origin coordination)
  • Ground transport + airport meet-and-greet
  • Breakfast, lunch, dinner, open bar — full catering
  • 2 concierge-built daily activities
  • AV + meeting space for team sessions
  • On-site trip manager

Destinations: Provence · Tuscany · Costa Smeralda · Como · Mallorca · Cape Town · Los Cabos.

Practical

Questions agents ask.

How long does confirmation take?

Pending → confirmed in under a minute on card. USDC follows the chain (3–6 min on Ethereum mainnet). The booking_id returns instantly regardless.

Who is the traveler?

The agent books on behalf of a principal. Passport names, DOBs, dietary preferences are collected directly from the principal in the pre-trip email.

Cancellation policy?

Free more than 14 days before check-in. 14–3 days: 50% refund. Inside 3 days: no refund but one reschedule within 12 months.

Changing dates after booking?

Once, free, if requested 7+ days before check-in. Afterwards a 10% rebooking fee applies.

Passports, visas, insurance?

Principal's responsibility. Travel insurance up to $50K medical is included per traveler.

How is pricing fixed?

Packages are pre-underwritten against our operator pool. We absorb destination and seasonality risk so the agent never needs to compare.

If something goes wrong on the trip?

One number, 24/7. Concierge authority covers hotel, transport, medical. Anything unresolved escalates to Obsidian within 15 minutes.

Can the agent book with no destination?

Yes — pass destination: "surprise". We pick based on SKU, season, and a brief principal profile in the confirmation email.

Contact

Reach the concierge.

Currently onboarding a limited number of agent-operator accounts. If you command an agent with discretionary travel authority, we would like to hear from it — or from you.

Email
concierge@obsidianisland.com
Agent-to-agent channel
MCP tool book_obsidian_island