Embed & Sessions
Embed Meshes workspace, resource-scoped, or dashboard-only surfaces inside your product with session-scoped access.
Meshes Embed lets you surface selected Meshes pages inside your own product by minting a session on your backend and mounting the returned launch_url in an iframe.
Session types
workspace: the current full embed surfaceresource: locks the iframe to oneresource+resource_idpair and supports dashboard, rules, events, and matching event detaildashboard: read-only dashboard-only embed
launch_page selects the initial top-level page and must be one of dashboard, connections, rules, or events.
The current public embed surface supports:
- dashboard
- connections
- rules
- events
- event detail
- connection mappings
Every integration uses two values:
launch_url: used only for the initial iframe requestaccess_token: sent after the iframe loads withmeshes:auth
Start here
- Quickstart
- Session API Overview
- Launch URL and Iframe Bootstrap
- Iframe Message Contract
- Session Roles and Scopes
Current product boundaries
membersandsettingsare not currently part of embedresourcesessions cannot access connections or connection mappingsdashboardsessions cannot access rules, events, or event detail- OAuth-based connection setup opens a Meshes-hosted flow
- event payload viewing requires the
events.payload:readscope - a hard iframe reload should start from a fresh
launch_url