/ Developers / Partner Demo

Partner Integration Demo

A working example of how a partner application adds Launch Pad path planning to its own product. The demo plays the role of a fictional partner ("Your Ag App"), makes real calls to the Launch Pad public REST API, and shows every request and response in a live log.

What it demonstrates

  1. Connect - authenticate with a Launch Pad API key (X-API-KEY).
  2. The plumbing - provision the Grower > Farm > Field > Boundary hierarchy through the API, invisibly to end users.
  3. The handoff - send the user to Launch Pad with their boundary already loaded: in a new browser window (companion mode) or an iframe inside the partner UI (embedded mode).
  4. Partner mode - provision users and orgs from the partner's own external ids through /api/partner/* and hand off with auto sign-in via a single-use launch code (requires a Partner Admin API key).
Open the live demo View source on GitHub

Before you start