Skip to content

Intropy

Write your integrations as typed C#, test them like any other .NET project, and run them locally before they are deployed. What you deploy is a standard container image — it runs anywhere containers run.

Run a System

Start with the Quick start. The CLI scaffolds two Components, assembles a system host, and moves one order through the local run.

Compose a System

Follow the Distribution tutorial. You connect an extractor and loaders through a Topic, then add another destination by editing the topology.

Deploy what you built

Move the quick-start System into First deploy. The build output becomes Kubernetes manifests, releases, and environment bindings.

How-to guides

Use how-tos after the tutorial introduces the task: testing a Component, adding idempotency, routing business incidents, and configuring telemetry.

intropy.run

Use intropy.run when the integration leaves the local build path and becomes Kubernetes workloads, GitOps releases, and runtime observability.