BMB Blueprint Miro Buddy

Draw onto a Miro board

Posts a pack of BMB SVGs directly onto a real Miro board — same logic as bmb draw <pack> <board> from the CLI.

Miro access token browser-only

Stored in localStorage on this device only — never sent anywhere except as an X-Miro-Token header on the actual draw call, where the server uses it for the request and drops it. It is not stored in any cookie, log, or k8s secret.

Where do I get a token?
  1. Open miro.com/app/settings/user-profile/apps and click Create new app (any name — "BMB Personal" works).
    Miro's settings UI moves; if that path 404s, look for "Profile settings → Your apps". Apps you create personally are scoped to your team membership.
  2. On the app page, under Permissions, install it to your team and tick boards:read and boards:write.
  3. Under REST API, click Get access token and paste the value into the field above.

Prefer the OAuth dance? See the official Miro OAuth docs . BMB's web UI uses the simpler personal-token flow for v1.

Tokens expire. Personal tokens have been moving toward 60-day refresh — if a draw fails with 401, regenerate. BMB never sees your token outside of the in-flight request.

Draw

323 packs available.

Open the board in Miro; the ID is the segment after /app/board/ in the URL (everything before the next / or ?).

shebang is the safe default for multi-stratum packs; single-stratum lore packs prefer poster; UI-heavy packs prefer islands.

Idle — pick a pack, then dry-run or draw.