PORTLANEDocs

Getting started

Set up Portlane and run your first integration flow

This guide orients you before you build your first Portlane flow. It stays at the public tier — enough to understand the model and book a qualified demo. Detailed install, security, and API reference live in the customer bundle served from your on-prem Control Tower.

Prerequisites

  • A Linux VM (or bare metal) to install the Portlane bundle — see Hosting and sizing
  • Network paths from that instance to the source and target systems your flow will touch
  • A git repository for your flow code (portlane-pipelines) — provided as a starter in the install bundle

Core concepts

TermMeaning
Control TowerOperator console — health, flow status, replay
EnginesSix stateless services that ingest, route, transform, and deliver messages
FlowAn identity card (routing, target) plus a pure Python transform
LicenseOrganization entitlement (plan, seats, features) — downloaded from the client portal for on-prem activation
PublishSyncs a flow card into the platform's routing configuration

Run your first flow

  1. Install the bundle — Run install.sh on your instance; it starts the engines and the Control Tower.
  2. Author a flow — Declare an identity card and a pure Python transform in portlane-pipelines.
  3. Deploy — CI builds a worker image with your transform and publishes the routing to your instance.
  4. Verify execution — Use the Control Tower to confirm the flow ran, without routing payloads through a vendor cloud.

Need a walkthrough?

For a product walkthrough on your own systems, book a demo on the marketing site.

On this page