> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ensync.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Partner integration infrastructure that turns products into platforms

## What is EnSync?

EnSync is partner integration infrastructure for B2B platforms. We enable self-service partner integration via developer portals and bidirectional event delivery through persistent connections, so your partners can integrate in minutes instead of weeks.

Whether you're building a new product that needs to be integration-ready from day one, or scaling an existing platform to 100+ partners, EnSync provides the infrastructure to make partner integration seamless.

<Note>
  **Messaging, Not Broadcasting**: EnSync works like messaging, not broadcasting. When you publish an event, you specify which partners should receive it—just like sending a WhatsApp message to specific contacts. Even if multiple partners subscribe to the same event type, they only receive events explicitly addressed to them. This ensures multi-tenant data isolation and privacy.
</Note>

## Why We're Building EnSync

We're building EnSync because partner integration shouldn't be a bottleneck to growth.

We believe products should be built integration-ready from the start. Whether you're launching your first partner integration or scaling to your hundredth, the infrastructure should be the same. We're creating the tools that let you build once and scale infinitely.

We're solving for:

* **New products** that want to be integration-ready from day one
* **Growing platforms** scaling from 10 to 100+ partners
* **Engineering teams** spending 30%+ time on partner support
* **Manual partner setup** taking 2-4 weeks per partner

## Who EnSync is For

EnSync is built for B2B platforms that need partner integrations—whether you're just starting or ready to scale.

### Business Value

* **Product Offerings** - Enhance existing products with real-time capabilities
* **New Business Models** - Enable innovative service offerings through integration
* **Reduced Development Time** - Standardized integration patterns accelerate development
* **Operational Visibility** - Gain insights across your entire ecosystem
* **Scalable Architecture** - Grow your integration capabilities alongside your business
* **Reliable Delivery** - Ensure critical business events are never lost

### Common Use Cases

* **Logistics & Delivery** - Carrier integrations, real-time tracking
* **E-Commerce & Marketplaces** - Merchant and supplier connections
* **Payroll & Fintech** - Bank integrations, payment confirmations
* **Supply Chain & Manufacturing** - Multi-party workflows
* **IoT & Connected Devices** - Device-to-platform communication

## Core Features

<CardGroup cols={2}>
  <Card title="Message-Driven" icon="bolt">
    Real-time message delivery with ordered, guaranteed delivery semantics
  </Card>

  <Card title="Data Synchronization" icon="arrows-rotate">
    Keep up with data changes on partner systems in real-time
  </Card>

  <Card title="Developer Portal" icon="rocket">
    Partners manage their integration in 15 minutes via embedded portal
  </Card>

  <Card title="Structured Event Schema" icon="file-code">
    Define flexible event structures with optional schema validation
  </Card>

  <Card title="E2E Message Encryption" icon="lock">
    End-to-end encryption for all messages between you and partners
  </Card>

  <Card title="Event Retention & Replay" icon="clock-rotate-left">
    Replay events for debugging and reconciliation (up to 30 days)
  </Card>

  <Card title="Granular Access Control" icon="shield-check">
    Path-based permissions for event types
  </Card>

  <Card title="Firewall-Friendly Transport" icon="network-wired">
    gRPC for performance, WebSocket fallback for restrictive firewalls
  </Card>
</CardGroup>

## From Integration to Platform

```mermaid theme={null}
graph LR
    A[Install SDK<br/>5 minutes] --> B[Publish/Subscribe<br/>10 minutes]
    B --> C[Embed Portal<br/>30 minutes]
    C --> D[First Partner<br/>15 minutes]
    D --> E[10+ Partners<br/>Self-service]
    E --> F[Platform Ecosystem<br/>50+ partners]
    
    style A fill:#16A34A,color:#fff
    style B fill:#16A34A,color:#fff
    style C fill:#16A34A,color:#fff
    style D fill:#16A34A,color:#fff
    style E fill:#16A34A,color:#fff
    style F fill:#16A34A,color:#fff
```

**Result**: \~1 hour initial setup + self-service portal = **0 hours per partner**
