New — read, delete, and auth-check tools for Stripo emails
Three new Stripo tools close gaps that turned up during a large email build. You can now read a pushed email back by ID, delete generated emails (one or many) without leaving Orbit, and check your Stripo connection before a push instead of finding out mid-send. The setup check now reports your Stripo credentials too.
What shipped
•New — orbit_get_stripo_email fetches a generated email from your Stripo workspace by ID, so you can recover the rendered copy of an email you pushed earlier. (Content set at push time isn't in the local preview, so reading it back is the only way to get it.)
•New — orbit_delete_stripo_email removes generated emails by ID, one or many at a time, with a per-email success/failure breakdown. It only ever touches the IDs you name, and your master template stays protected.
•New — orbit_check_stripo_auth tests your Stripo REST connection with a quick read-only call, so an expired or stale token is caught up front rather than failing partway through a push. Worth running before a big batch.
•Improved — orbit_check_setup now reports whether your Stripo REST token, plugin credentials, and master template are configured, alongside the existing Braze and Figma checks.
•Note — if a push ever fails with a 401, restart Claude first: the connection token is read once when the server starts, so a long session can hold a stale one. A restart reloads it.