Seekmodo developer docs
Reference for the REST shim, MCP JSON-RPC surface, and storefront connectors. Authenticate with HMAC; replay window is 5 minutes.
SDKs
First-party SDKs for talking to the Seekmodo gateway. Pick the language that matches where your integration runs — browser / Node for the JavaScript SDK, server-side storefront connectors for the PHP SDK. Both wrap the same REST + MCP surfaces and handle the auth, retry, and circuit-breaker plumbing for you.
@seekmodo/sdkBrowser-safe SDK with ESM + CJS dual builds, full TypeScript types, and a ~4 kB minified+gzipped runtime. The right pick for storefront widgets, headless storefronts, and any code that runs in the browser or a Node server.
npm install @seekmodo/sdknuminix/seekmodo-connectorServer-side PHP SDK. Ships the HMAC signer, three-state circuit breaker, mode FSM, pairing handshake, browser-token mint, and event batcher. Powers the first-party Zen Cart, WordPress, and AKS connectors — and any custom server-side PHP integration on top of the gateway.
composer require numinix/seekmodo-connector—Not yet first-party. The wire contract is small and stable — you can build against the REST or MCP surfaces directly today (see the REST and MCP tabs). Tell us which language to ship next at [email protected].
Looking for the wire contract instead? REST API and MCP document the raw envelopes the SDKs wrap.