Product briefing
Middleware service that synchronizes Postgres data with SharePoint/Teams via Microsoft Graph. ArcoreSyncBridge provisions lists from schemas, runs one-way and two-way sync with idempotent ledgers, supports sharding/moves, ingests CDC, and surfaces drift detection, run history, and ops dashboards.
Endpoints
4
Key features
6
Stack components
6
Controls noted
6
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| API | /api/sync-definitions | Manage sync definitions, mappings, and sharding policies |
| API | /api/runs | List run history and metrics |
| API | /api/runs/{id}/drift | Retrieve drift report for a run |
| API | /api/replication-slots | Ops endpoints to create/inspect/drop replication slots |
# Create a sync definition
curl -H "Authorization: Bearer $TOKEN" -X POST https://syncbridge.internal/api/sync-definitions -d @definition.json
# Run a push + CDC sync
curl -H "Authorization: Bearer $TOKEN" -X POST https://syncbridge.internal/api/runs -d '{"sync_def_id":"abc"}'
# Fetch drift report
curl -H "Authorization: Bearer $TOKEN" https://syncbridge.internal/api/runs/123/driftCompliance
Security
CI/CD Orchestration Platform. ArcorParkour provides a universal runner architecture to execute YAML-defined pipelines, providing real-time log streaming, encrypted secret management, and multi-cloud CLI integration for automated delivery. It serves as the primary engine for automating the software delivery lifecycle across the Arcore ecosystem.
Platform engineering tool for creating backend-free, believable demos. ArcorePhantom captures live API traffic, infers entities and routes, and compiles a browser-only runtime so teams can ship portable demos without exposing production systems.
Deterministic, safe, and observable executor runtime for scaffolding and maintenance. ArcoreFoundry separates the Brain (knowledge graph + contracts) from the Hands (DAG executor + transactional VFS) so every change is ordered, diffable, and secure before touching disk.