Auth example card — Bearer / API key / mTLS / OIDC variants, each with a real Mufflermen integration sample.
Production answer
Auth snippet card is a reusable Oak Flats Muffler Men UI primitive with documented states, accessibility expectations, theme behavior, and implementation evidence.
Primary CTAReview Auth snippet card states
Generative search brief
Auth snippet card: Auth example card — Bearer / API key / mTLS / OIDC variants, each with a real Mufflermen integration sample.
auth — four supported methods
Authentication
Bearer token
Recommended for server-side workshop integrations.
1const muff = new Mufflermen({2 apiKey: process.env.MUFFLERMEN_API_KEY,3})45// Every call sends:6// Authorization: Bearer sk_live_********
Behaviour
Tab change updates the title, caption, and code panel synchronously. The open-in-Postman CTA opens in a new tab with rel="noreferrer" for safety. The component is purely stateful around the active tab — the code-block primitive owns its own copy state per render.