Skip to main content

Customer Journey

Status: PUBLIC_CONTRACT_DRAFT. This page maps the conceptual customer journey through Zen Mesh. Individual steps carry their own status. It is not a production-live availability claim. See How Zen Works for the complete mental model.

What Zen Mesh Is

Zen Mesh is a declarative event delivery platform. Its name means Zero-Effort Networks — webhook and event delivery to private networks without opening firewall ports, VPNs, or kernel modules.

The platform is built around a single idea: every operation should be representable as a Configuration Contract. The UI, CLI, API, MCP, and Git are different control surfaces over the same contract.

The Customer Chain

Template → Blueprint → Flow → Traffic → Evidence
StepWhat it meansStatus
TemplateA reusable source configuration (Stripe, GitHub, Custom)WIRED_SANDBOX
BlueprintA validated template instantiation with defaultsWIRED_SANDBOX
FlowA declarative contract linking endpoint → targetWIRED_SANDBOX
TrafficLive event delivery, attempts, DLQ, retry, replayWIRED_SANDBOX
EvidenceCryptographic proof of delivery and trace integrityWIRED_SANDBOX

Core Objects

ObjectDefinitionDoc
EndpointA webhook source receiver — where events arriveEndpoints API
TargetA delivery destination — where events are sentTargets API
FlowA declarative contract connecting endpoint to target with filters, transforms, retry policyFlows API
AttemptOne execution of delivery to a targetDelivery Attempts API
DLQFailed delivery attempts, preserved for recoveryDLQ API
TraceDelivery and evidence spine — not full distributed tracingTraces API
Saved PayloadReusable test/template payload — not production retained historySaved Payloads API
EvidenceEvidence-integrity delivery receiptsEvidence API

Control Surfaces

SurfaceAudienceReadsWritesMaturity
UI (Dashboard)Operators, evaluatorsYesYes (app-scoped)INTERNAL_ONLY
Customer APIDevelopers, CI/CDYesPermissioned, scopedWIRED_SANDBOX
MCPAI agents, operatorsYes (default-on)Disabled by defaultPUBLIC_CONTRACT_DRAFT
CLIAdministratorsYesYesWIRED_SANDBOX
Git (Contract)GitOps workflowsPlannedPlannedPLANNED

Customer API and MCP are not globally read-only. Write status is endpoint/tool-group level.

See Control Surfaces for details.

First Successful Path

  1. Choose a control surface — UI for interactive, API for programmatic, MCP for AI
  2. Configure an endpoint — define where events arrive
  3. Configure a target — define where events are delivered
  4. Define a flow — connect endpoint to target with policy
  5. Send or inspect a test event — validate the path works
  6. Inspect delivery attempts — see the result
  7. Review DLQ — if delivery failed
  8. Retry or replay — recover from failure
  9. Inspect traces — view the delivery/evidence spine
  10. Review evidence — verify delivery integrity

What Is Available Now

  • Endpoint/target/flow CRUD (WIRED_SANDBOX)
  • Delivery attempt inspection with filtering (WIRED_SANDBOX)
  • DLQ as failed delivery query (WIRED_SANDBOX)
  • Single and batch retry (WIRED_SANDBOX)
  • Delivery/evidence trace spine (WIRED_SANDBOX)
  • Evidence with inclusion verification (WIRED_SANDBOX)
  • Saved payload templates (WIRED_SANDBOX)
  • Logs with pagination (WIRED_SANDBOX)
  • API key management (WIRED_SANDBOX)

What Is Draft or Planned

  • Customer API GA contract (PLANNED)
  • MCP write tools (PUBLIC_CONTRACT_DRAFT, disabled by default)
  • Replay (WIRED_SANDBOX, gated by retained payload availability)
  • Production retained payload retention (plan-based)
  • GitOps surface (PLANNED, V1.1)

Non-Claims

  • This guide describes the conceptual journey, not every step's current availability
  • API docs are not production-live proof
  • Local/sandbox proof is not production cloud proof
  • Billing/Stripe live is not claimed
  • Provider production validation is not claimed
  • No SLA or uptime guarantee

Where to Go Next

GoalPath
Start evaluating in 15 minutesFirst 15 Minutes
Understand core conceptsZen Mesh Concepts
Explore the APIAPI Quickstart
View UI-to-API mappingUI/API Map
Learn about traffic lifecycleTraffic Lifecycle
Review evidence and trustEvidence and Trust
Current status and non-claimsCurrent Status