Authenticate the SDK
Create a Mufflermen client using your workshop API key. The key scopes the client to your bays — keep it on the server, never ship it to the browser.
import { Mufflermen } from "@mufflermen/sdk" const muff = new Mufflermen({ apiKey: process.env.MUFFLERMEN_API_KEY,})