Skip to content

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.

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.

  1. Open your n8n instance

    Go to the n8n instance where your AI workflow runs.

  2. Go to Community Nodes

    Navigate to SettingsCommunity Nodes.

  3. Install the node

    Search for Mibo Testing and click Install.

  4. Verify the installation

    The “Mibo Testing” node should now appear in your node palette. You can search for it when editing any 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.