Disco: your trip assistant and dispatch copilot. Built for humans and AI agents.

Trip assistance and logistics for aircraft owners, pilots, dispatchers, charter customers, executive assistants, and the AI agents that work alongside them.

Let's Disco.

$curl -fsSL https://staging.disco.postflight.co/install.sh | bash
Join the Disco Community
Who It's For
Built for everyone in the flight.
Tap a role to see how Disco helps.

Aircraft Owner

Your airplane, your copilot.

You own the aircraft and want full visibility into every flight. Disco gives you a single interface to manage trips, monitor dispatch, and keep your operation running smoothly — whether you fly yourself or have a crew.

Fractional Jet Owner

Your share, fully managed.

You have a fractional share and want to make the most of your hours. Disco helps you plan trips efficiently, coordinate with your management company, and keep tabs on your scheduled flights.

Charter Customer

Know your flight before you board.

You're chartering an aircraft and want visibility into the plan. Disco lets you or your team review the route, weather, and timing so you arrive informed, not just transported.

Pilot

Brief faster. Fly smarter.

You're flying the airplane and need the full picture fast. Disco pulls weather, NOTAMs, routes, winds, performance, and customs data into one workflow so you can brief and file without bouncing between tabs.

Dispatcher

Dispatch at the speed of conversation.

You're managing multiple flights and need to move fast. Disco gives you CLI and AI-powered workflows to create, update, and release flights without clicking through GUIs.

Executive Assistant

Plan the trip. Not just the calendar.

You're coordinating travel for your principal and need the flight logistics handled. Disco (especially through AI) lets you set up flights, check timing, and coordinate ground logistics without being a pilot yourself.

Spouse / Family

Know when they land.

You want to know when the flight is, where it's going, and when they'll be home. Disco makes that simple — ask your AI agent and get a straight answer.

Av Geek

Aviation data at the command line.

You love digging into routes, performance, and weather. Disco is a CLI tool that wraps ForeFlight Dispatch and gives you a fast terminal surface for looking up flights, checking weather, and reading performance numbers.

AI Agent

CLI-native. Flight-aware. Ready to work.

You're an AI agent (Claude Code, Codex CLI, or similar) and your user needs flight planning help. Disco gives you a clean CLI surface and drops a skill into ~/.claude/skills/disco or ~/.codex/skills/disco so you know every command on next session start.


Trip Planning
Door to door planning.
Disco builds your complete trip itinerary from origin to destination — not just the flight legs, but the full journey from the moment you leave your front door to the moment you arrive at yours.

Start with an address, not an airport

Tell Disco where you're leaving from and where you're going. It resolves addresses, cities, or landmarks to the best airports for your aircraft — factoring in runway length, customs availability, FBO options, and proximity to your actual destination.

// What the user says: "Get me from Aspen to Sint Maarten Thursday morning. Two passengers. N555DC." // What Disco builds: Drive 15 min Home → KASE Leg 1 2:45 KASE → KFLL (fuel stop) Ground 0:45 Fuel + customs Leg 2 2:30 KFLL → TNCM Drive 20 min TNCM → Hotel Total 7:15 door to door

Capabilities
Helpful tools for planning flights and logistics.
A unified aviation data layer that works for pilots, dispatchers, and AI agents.
✈️

Talks to ForeFlight Dispatch

Read, create, update, and release flights directly through ForeFlight Dispatch.

🛣️

Route Options

Preferred routes, historically filed routes, and airway routing suggestions between any two airports.

🌀

Wind Engine

Per-segment wind analysis for any route at any altitude. Know your groundspeeds before you file.

Weather

METARs, TAFs, PIREPs, AIRMETs, SIGMETs, and forecast discussions — all in one call.

⚠️

NOTAMs

Airport, route, and enroute NOTAMs filtered and organized so you can actually read them.

📄

Trip Sheets

Disco keeps a trip sheet for every flight — linking flights, passengers, crew, and paperwork into one unit you can track end-to-end.

Trip Check

One command tells you if a trip is ready to go. Passports, eAPIS, customs handler, gen dec, crew — all rolled into a pass/fail checklist that runs on a schedule until departure.

AI Curated Handler Data

FBO and handler information researched and maintained by AI agents. Always current.

📡

FAA NAS System Status

Ground stops, delays, and national airspace system status at a glance.

🤖

Works with AI Agents

Claude Code and Codex CLI get Disco as a local skill plus CLI on install. Your agent knows every command on next session start.


Join the Disco Community
One plan. Everything included.
No tiers, no gating. Every member gets the full platform. LLM token costs billed at usage.
Community Membership
$360 / year

+ LLM token costs at usage

  • Talks to ForeFlight Dispatch
  • Route Options
  • Wind Engine
  • Weather
  • NOTAMs
  • Trip Sheets
  • Trip Check — scheduled readiness monitoring until departure
  • AI Curated Handler Data
  • FAA NAS System Status
  • CLI install + auto skill install
  • Works with AI Agents
  • Disco on Discord — collaborate & learn with other flight ops
Get Started
Professional Services
$1,500

one-time setup

Need help with OpenClaw for your flight operation?

We'll set up OpenClaw and Disco for your flight department — configure your Dispatch integration, train your team, and get your AI copilot flying.

  • OpenClaw installation and configuration
  • Disco CLI install and skill-directory wiring
  • ForeFlight Dispatch integration
  • Team training session
  • Custom workflow setup
Let's Dance

Get Started
Pick your AI tool. Teach it to Disco.
Install installs the CLI, saves your ForeFlight API key, and drops the Disco skill into your agent's skill directory so it knows every command on the next session start.

Teach OpenClaw to Disco

A flight-planning copilot with claws. Hand the install guide to OpenClaw and it runs the installer, asks for your ForeFlight API key, and drops the Disco skill into ~/.claude/skills/disco so every future session knows how to plan flights, check weather, and file trip sheets. Grab your API key at dispatch.foreflight.com/tools/console/keys first.

1

Send OpenClaw this message

In an active Claude Code session, send this one-liner:

> Read https://staging.disco.postflight.co/install.md and install Disco for me. Let's Disco.

Don't have an active session? The Disco installer drops an openclaw shim alongside claude (it just forwards to Claude Code). Run it as a one-shot from your shell:

$ openclaw "Read https://staging.disco.postflight.co/install.md and install Disco for me. Let's Disco."

First time? Run curl -fsSL https://staging.disco.postflight.co/install.sh | bash first to get both disco and openclaw installed. Or use claude "..." if you've already got Claude Code.

2

Hand OpenClaw your API key when it asks

OpenClaw will ask for your ForeFlight Dispatch API key in chat, then save it non-interactively via disco setup --api-key. No terminal-paste corruption.

3

Let's Disco

Start a new session and ask OpenClaw anything flight-related:

> Plan a trip to St. Martin on April 15 in N555DC with Alex

Teach Claude Code to Disco

Hand Claude the install guide and it takes it from there: runs the installer, asks for your ForeFlight API key, and drops the Disco skill into ~/.claude/skills/disco. Grab your key at dispatch.foreflight.com/tools/console/keys if you don't have one.

1

Send Claude this message

In an active Claude Code session, type this prompt at the Claude prompt and hit enter:

> Read https://staging.disco.postflight.co/install.md and install Disco for me.

Or run it as a one-shot from your shell:

$ claude "Read https://staging.disco.postflight.co/install.md and install Disco for me."
2

Give Claude your API key when it asks

Claude will ask you for your ForeFlight Dispatch API key in chat. It saves it non-interactively (via disco setup --api-key) so terminal paste quirks can't corrupt it.

3

Try it out

Once Claude confirms the install, start a new session and just ask for anything:

> What flights do I have tomorrow?

Teach Codex CLI to Disco

Same pattern as Claude Code. Hand Codex the install guide; Disco installs the CLI, saves your API key, and drops the skill into ~/.codex/skills/disco. Grab your key at dispatch.foreflight.com/tools/console/keys first.

1

Send Codex this message

In an active Codex session, type this prompt at the Codex prompt and hit enter:

> Read https://staging.disco.postflight.co/install.md and install Disco for me.

Or run it as a one-shot from your shell:

$ codex "Read https://staging.disco.postflight.co/install.md and install Disco for me."
2

Give Codex your API key when asked

Codex will ask you for your ForeFlight Dispatch API key in chat, then save it non-interactively via disco setup --api-key.

3

Try it out

> Plan a flight tomorrow at 9am KHOU to KAPF on N123AB

Teach yourself to Disco

For pilots and dispatchers who want to use Disco directly from the command line. The REPL and one-shot commands give you faster control than any web UI.

1

Install the CLI

$ curl -fsSL https://staging.disco.postflight.co/install.sh | bash
2

Configure (interactive)

Opens the ForeFlight key page in your browser and prompts for paste.

$ disco setup
3

Set a default aircraft

$ disco aircraft default N555DC
4

Launch the REPL or list flights

$ disco flights
$ disco

Your New Trip Assistant

Tell Disco where you're going — not which airports to use. Give it a street address, a city, or a landmark and Disco figures out the best airports, plans the stops, and builds the trip sheet. Address-to-address trip planning for people who think in destinations, not ICAO codes.

  • Address-to-address planning — "Aspen to St. Martin" becomes KASE→TNCM with the right fuel stops
  • Automatic airport selection based on runway length, customs availability, and proximity
  • Fuel stop planning that accounts for aircraft range, winds, and payload
  • Multi-leg itineraries built in one command with crew, passengers, and trip sheet attached
  • Works with natural language — "Plan a trip from my house in Aspen to the Four Seasons in Nevis next Thursday"
// Tell your agent where you're going: "Plan a trip from Aspen to Sint Maarten next Thursday on N555DC with Alex" Disco resolves addresses to airports, plans fuel stops, creates flights in Dispatch, and builds the trip sheet. // Or be more specific: "I need to get from 300 S Spring St, Aspen CO to Maho Beach, St. Martin. Leaving Thursday 9am. Two passengers." KASE → KFLL → TNCM Fuel stop at Fort Lauderdale Trip sheet: international, 2 pax

ForeFlight Dispatch Integration

Full read-write access to your ForeFlight Dispatch account. List flights by date range, create new flights, update routes and crew, manage passengers and cargo, and release flights for filing — all without opening a browser.

  • List, create, update, and delete flights
  • Assign PIC, SIC, and cabin crew with weights
  • Manage passenger manifests and cargo loads
  • Release flights for filing (editable or read-only)
  • Fetch performance data, navlogs, and flight documents
  • Multi-leg trip chaining and templates
$ disco flights +from tomorrow +limit 5 # Lists your next 5 flights with crew, aircraft, FBO info $ disco flight create +dep KDEN +arr KJFK +etd "2026-04-11T14:00" # Creates flight in ForeFlight Dispatch $ disco flight release +id abc123 # Releases flight for filing

Route and Stop Planning

Get real route options between any two airports and let Disco figure out where to stop for fuel. Preferred routes, historically filed routes, airway suggestions, and automatic fuel-stop planning so you don't hand-pick intermediate airports from memory.

  • Preferred and historically filed routes between any pair
  • Airway-based routing suggestions
  • Automatic fuel-stop planning for out-of-range legs
  • Per-segment wind analysis at cruise altitude
  • Fuel burn, block time, and distance from Dispatch performance
$ disco routes +from KDEN +to KJFK # Shows preferred, filed, and suggested routes $ disco winds +route "KDEN..DBL.J80.JHW..KJFK" +alt FL350 # Wind component per segment, GS, time, fuel $ disco itinerary +stops "KDEN KJFK KMIA KDEN" # Full multi-leg trip plan

Weather Lookup Tools

Five weather commands give you exactly the layer you need — from a quick METAR to a full 7-day hourly forecast. No flipping between tabs or websites.

  • METAR — current conditions at any airport
  • TAF — terminal forecast (24–30 hr window)
  • Area Forecast Discussion — the human-written synopsis
  • PIREPs — pilot reports of turbulence, icing, and conditions
  • 7-day hourly forecast — planning beyond the TAF window
$ disco weather metar KDEN KDEN 101756Z 27012KT 10SM FEW120 SCT200 12/M04 A3012 $ disco weather taf KDEN TAF KDEN 101720Z 1018/1124 27010KT P6SM SKC... $ disco weather brief KDEN # METAR + TAF + 7-day forecast in one call $ disco weather forecast KDEN # 7-day hourly outlook

Crew and Passenger Management

Assign crew, build a reusable passenger roster with passports and addresses, and keep manifests in sync with Dispatch. Perfect for Part 91 operators flying the same people over and over.

  • List and assign crew members (PIC, SIC, cabin crew)
  • Persistent passenger roster with DOB, weight, passport, and address data
  • Per-flight weight-and-balance manifest for one-off weights
  • Passenger readiness check — domestic or international
  • Handler quote drafting for FBO-assigned flights
$ disco crew # Lists all crew members in your account $ disco flight update abc123 --pic "smith" --sic "jones" # Assigns crew to flight $ disco passenger add --first Alex --last Reed --weight 200 # Adds Alex to the roster, returns slug 'alex-reed' $ disco passenger check alex-reed --intl # Verifies passport, address, DOB for international travel

Trip Sheets & Checklists

Disco keeps a trip sheet for every flight — a living document that ties together the flight legs, passengers, crew, and all the logistics that need to happen before wheels up. Each trip also gets a checklist that guides the AI (and you) through what's left to coordinate, so nothing falls through the cracks.

  • Auto-generated trip sheet for every flight or multi-leg itinerary
  • Checklists tailored by trip type — domestic, charter 135, or international
  • AI reads the checklist to know what to work on next (passports, eAPIS, customs handler, gen dec)
  • disco trip check runs the checklist and reports OK / WARN / FAIL / PENDING for every item
  • Exportable as .md, .html, and .pdf for sharing with crew, passengers, or your ops team
  • Scheduled monitoring runs trip check every 15 minutes until departure and alerts you if anything regresses
$ disco trip check 20260415-ie8a Trip Check: FAIL OK: 3 | Warn: 0 | Fail: 1 | Pending: 7 ✓ Flights in Dispatch — 2 legs ✓ Passenger manifest — 2 passengers ✓ Alex Reed — passport ✗ Alex Reed — abroad address … General Declaration — Not sent … eAPIS filing — Not filed … Customs handler — Not arranged $ disco trip sheet 20260415-ie8a --format html # Exports trip sheet to trip-20260415.html $ disco trip sheet 20260415-ie8a --format md # Exports trip sheet to trip-20260415.md