Node SDK
The Node SDK supports server runtimes and edge workers.
js
import { createClient } from "@platform/sdk"
const platform = createClient({ apiKey: process.env.PLATFORM_API_KEY, environment: "production" })
const timeout = await platform.config("checkout.timeout")Use listen to subscribe to updates while the process is running.

