For the complete documentation index, see llms.txt. This page is also available as Markdown.

What is Middle good at?

Polling-base sync with persistent storage

Middle is designed around a pull-then-act model. It handles the scheduling, retries, error logging, and storage — you define what to pull and what to do with it.

Multi-account deployments

Modules let you define an integration once and deploy it across many accounts with per-account configuration. This is the main scaling primitive for teams managing many customers.

Visual workflow construction

Workflows are built in a graphical editor with decision branching, array handling, and variable passing. No code is required for the automation layer, even if the underlying app code is Python.

Execution history and observability

Every sync, workflow run, and action invocation is logged and searchable. You can inspect inputs, outputs, and errors at each step.

Last updated

Was this helpful?