Skip to main content

Playrunner integrations

Integrations

Explore the integrations currently included in Playrunner builds. Each provider page describes its available user setup and package surfaces.

Build-time selection and runtime configuration

The install commands above are for the operator or build pipeline assembling a Playrunner artifact. A running Playrunner deployment never installs integration code from the marketplace or scans for new packages.

At runtime, users can connect credentials, add an integration node already bundled into the deployment, choose its action, connect it to other nodes, and edit its fields. Those operations update saved settings and workflow data; they do not change the installed code.

Adding, upgrading, or removing an integration package requires rebuilding every application or runner image that consumes one of its declared surfaces. Cloud deployments must then publish and roll out the rebuilt artifacts.

Building an integration

Package authors should use the Development → Integrations guide. It documents the self-contained package contract and its three optional contribution surfaces:

All three surfaces are declared by the package, selected as direct production dependencies of the consuming artifact, and composed into static imports at build time. Package authors do not add their provider to a shared registry or host allowlist.