Installing the Mibo Testing Node
The Mibo Testing Node is a special node you add to your n8n workflows. It captures execution data — what happened at each step of your workflow — and sends it to Mibo for analysis.
The node acts as a passthrough: data flows through it unchanged. Your workflow continues to work exactly as before.
When do you need this node?
Section titled “When do you need this node?”You need the Mibo Testing Node if you’re connecting an n8n platform without providing your n8n API key. In that case, Mibo can’t pull execution data directly, so the node pushes it instead.
If you provided your n8n API key when setting up the platform, the node is optional — Mibo can already pull the data it needs through the API.
Installation
Section titled “Installation”-
Open your n8n instance
Go to the n8n instance where your AI workflow runs.
-
Go to Community Nodes
Navigate to Settings → Community Nodes.
-
Install the node
Search for Mibo Testing and click Install.
-
Verify the installation
The “Mibo Testing” node should now appear in your node palette. You can search for it when editing any workflow.
Adding the node to your workflow
Section titled “Adding the node to your workflow”Open the workflow you want to test with Mibo. Add the Mibo Testing node after the nodes whose data you want to capture — typically at the end of your workflow, after your AI agent or response nodes.
The node doesn’t modify any data passing through it. Your workflow’s output remains exactly the same.