Prismatic · Arazzo Workflow
Prismatic Browser Session List Components
Version 1.0.0
Get a short-lived token from an active web session, then list components.
View Spec
View on GitHub
Embedded iPaaSIntegrationsWorkflowsConnectorsAI AgentsMCPCode-NativeLow-CodeArazzoWorkflows
Provider
Workflows
browser-session-list-components
Mint a short-lived token from the web session then list all components.
Retrieves a short-lived JWT via the cookie-authenticated get_auth_token endpoint and then runs the documented listComponents GraphQL query, returning the component nodes with id, label, description, key and authorizationRequired.
1
getShortLivedToken
getAuthToken
Retrieve a short-lived JWT using the active web application session cookie.
2
listComponents
executeGraphQLQuery
Run the documented listComponents GraphQL query using the short-lived bearer token.