Authenticate the SDK
Create one client per workshop, scoped by your live API key. Server-side only — never ship the key to the browser.
import { Mufflermen } from "@mufflermen/sdk" export const muff = new Mufflermen({ workshopId: "wsh_oak_flats", apiKey: process.env.MUFFLERMEN_API_KEY,})