Skrillavision Enterprise Docs
Two surfaces: a REST API for any HTTP client, and a typed JavaScript SDK for partners.
01 / Reference
REST API
Endpoints, request/response shapes, error codes.
02 / Client
JavaScript SDK
Typed client for partners. One install, three methods.
Architecture
The platform runs as a single full-stack application: the marketplace UI, the public REST API, and the partner SDK all live in one repo. There are no separate services to deploy.
Browser ──► Marketplace UI (React)
└─► Server functions ──► Mock DB
External ──► /api/* (REST) ──► Mock DB
Partners ──► JS SDK ──► /api/*