███████╗ █████╗ ██████╗ ██╗ ██╗ ██╗ ██╗ ██╗
██╔════╝██╔══██╗██╔══██╗██║ ██║ ██║ ╚██╗ ██╔╝
███████╗███████║██████╔╝██║ ██║ ██║ ╚████╔╝
╚════██║██╔══██║██╔══██╗██║ ██║ ██║ ╚██╔╝
███████║██║ ██║██║ ██║███████╗╚██████╔╝ ██║
╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═╝
Official documentation site for the Sapliy AI-Native Financial Operations Platform.
Sapliy is an AI-native Financial Operations Intelligence Layer that turns business goals into reliable, explainable, auditable financial outcomes — by orchestrating the systems companies already run (Stripe, PayPal, Paddle, HubSpot, Xero), not replacing them.
| Badge | |
|---|---|
| Site | |
| Version | 1.0.0 |
| License | |
| Generator | VitePress ^1.6.4 |
The canonical documentation hub for the Sapliy platform. It covers everything from the platform's AI-native positioning and core concepts to the MVP Operational Playbooks, SDK guides, and the full REST API reference.
| Section | Contents |
|---|---|
| Getting Started | Quickstart, authentication, test vs. live mode |
| Operational Playbooks | Overview + the three MVP playbooks: Revenue Recovery & Dunning, Refund Approval Orchestration, Audit Decision Log |
| Core Concepts | Why Sapliy (vs n8n/Zapier), architecture, features, organizations, zones, events, flows, security & PBAC |
| Guides | Integration guides, configuring PBAC, building your first flow, Model Context Protocol (MCP), policy-as-code |
| SDKs | Node.js (@sapliyio/fintech), Python (sapliyio-fintech), Go (github.com/sapliy/sapliy-sdk-go) |
| API Reference | Overview, payments, wallets, ledger, webhooks |
| Reference | CLI reference, nodes reference, error codes, rate limits |
| Automation | Flow builder, actions, triggers |
.
├── index.md # Home page
├── getting-started/
│ ├── quickstart.md
│ ├── authentication.md
│ └── test-vs-live.md
├── playbooks/
│ ├── index.md # Operational Playbooks overview
│ ├── revenue-recovery.md # Dunning & revenue recovery
│ ├── refund-approval.md # Policy-gated refunds
│ └── audit-decision-log.md # Immutable decision log
├── concepts/
│ ├── architecture.md
│ ├── comparison.md # Sapliy vs n8n / Zapier
│ ├── features.md
│ ├── security.md
│ ├── organizations.md
│ ├── zones.md
│ ├── events.md
│ └── flows.md
├── guides/
│ ├── integrations.md
│ ├── pbac-config.md # OPA/JSON policies
│ ├── first-flow.md
│ ├── mcp.md # Model Context Protocol
│ └── policy-as-code.md
├── sdks/
│ ├── node.md
│ ├── python.md
│ └── go.md
├── api/
│ ├── overview.md
│ ├── payments.md
│ ├── wallets.md
│ ├── ledger.md
│ └── webhooks.md
├── reference/
│ ├── cli.md
│ ├── nodes.md
│ ├── errors.md
│ └── rate-limits.md
└── automation/
├── flow-builder.md
├── actions.md
└── triggers.md
# Install dependencies
npm install
# Start the dev server (with hot reload)
npm run docs:dev
# Build for production
npm run docs:build
# Preview a production build
npm run docs:previewSapliy is built as a high-performance event-driven ecosystem with a deterministic policy engine and an immutable audit decision log.
- Concepts: Architecture Overview
- Playbooks: Operational Playbooks
- Deep dive:
ARCHITECTURE.md
Documentation contributions are welcome. See CONTRIBUTING.md.
sapliy-ecosystem— core backend, playbook engine, policy & audit enginessapliy-sdk-node— Node.js SDK (@sapliyio/fintech)sapliy-sdk-python— Python SDK (sapliyio-fintech)sapliy-sdk-go— Go SDKsapliy-automation— Sapliy consolesapliy-examples— sample apps per language
MIT © Sapliy