All examples
Pipeline Explorer
OAuth + MCPA read-only, vanilla-JS Surface that calls the GetOntologyGraph MCP tool with a single pipeline:read scope and renders the result as an auto-laid-out graph — source entities (orders, products, contacts…) → transforms (segments, computed fields, scores, aggregates) → consumers (journeys, campaigns, feeds, agents). Measured bezier edges light the lineage path on hover; clicking a node shows the natural-language description that authored it, what it reads, and who reads it. It's the developer-facing view of the same pipeline a merchant authors in the Rexium admin — proof that the whole ontology is one connected, MCP-reachable graph.
Stack
Vanilla JSNo build
Scopes
pipeline:read
How to run
- 1Register a public (PKCE) app at /build/apps; add the redirect URI shown in the app.
- 2Grant pipeline:read (the Org must be allow-listed on platform.pipeline-v0).
- 3Open examples/rexium-surface-pipeline/index.html (or deploy / install it).
- 4Connect and explore the live pipeline graph.
examples/rexium-surface-pipeline