Connect your own Tray.io workspace (classic Platform REST API, static Bearer token) to manage workflows (list/get/create/update/enable/disable/delete/duplicate), workflow executions, and authentications (metadata only, never secret values) -- plus workspace health reports.
connect_traywriteConnect a Tray.io workspace by saving its API token (Settings > Tokens in the Tray dashboard -- master or user token), after checking it actually works against GET /workflows.
list_connectionsreadList the connected Tray.io workspaces (masked token ids; secret values are never shown).
disconnect_traywriteDisconnect a Tray.io workspace: deletes the saved API token from Imperal. Nothing in Tray itself is changed; the token can be revoked in the Tray dashboard at any time.
list_workflowsreadList workflows in the connected Tray.io workspace, optionally filtered by enabled state.
get_workflowreadRead one Tray.io workflow in full by id.
create_workflowwriteCreate a new Tray.io workflow (name + optional description).
update_workflowwriteUpdate selected fields of an existing Tray.io workflow (name/description). Only given fields change.
set_workflow_enabledwriteEnable or disable a Tray.io workflow without deleting it.
duplicate_workflowwriteDuplicate a Tray.io workflow by exporting its definition and re-importing it under a new name.
delete_workflowwritePermanently delete a Tray.io workflow by id. Cannot be undone.
list_workflow_executionsreadList workflow executions (instances), newest first -- optionally restricted to one workflow.
get_workflow_executionreadRead one workflow execution (instance) in full by id -- status, timing, and any error info.
list_authenticationsreadList authentications (saved third-party credentials) in the connected Tray.io workspace -- id, name, and service only, NEVER credential values.
get_authenticationreadRead one Tray.io authentication's metadata by id -- name, service, created date. Credential values are never exposed.
get_workspace_overviewreadValue-add report: one-glance Tray.io workspace health snapshot -- workflow counts by enabled state, authentication count, and how many of the most recent executions failed.
get_failing_workflows_reportreadValue-add report: scan the most recent workflow executions and rank the workflows with the most failures -- the fastest way to find the automations that keep breaking.
Install Tray.io and let Webbee use it across your workflow.
Open in panel