Connecting Your AI System
A “platform” in Mibo is your AI system’s connection settings. It tells Mibo where to send test inputs and how to read the responses.
Choosing your platform type
Section titled “Choosing your platform type”Mibo supports three types of platforms. Pick the one that matches how your system is built:
Choose this if your AI system has its own URL that accepts inputs and returns responses, and it’s not built on Flowise or n8n.
Works with any system that has a web endpoint — whether it’s built with LangChain, your own code, or any other framework.
Choose this if you built your agent using Flowise (chatflows or agentflows).
Mibo connects directly to Flowise and automatically collects trace data — no extra setup needed.
Choose this if you built your AI agent as an n8n workflow with a webhook trigger.
Mibo sends inputs to your webhook and can collect detailed workflow data through the n8n API or the Mibo Testing Node.
What every platform needs
Section titled “What every platform needs”Regardless of platform type, you’ll always need:
- A URL — the web address where your AI system receives inputs.
- Authentication (if required) — a token, API key, or custom headers that your system expects.
Testing your connection
Section titled “Testing your connection”After filling in your platform details, use the Test Connection button to verify everything is working. Mibo will send a quick test input and show you whether it got a valid response.
If the test fails, check these common issues:
- Wrong URL — double-check the address and make sure there are no typos.
- Missing authentication — if your system requires a key or token, make sure it’s entered correctly.
- System not running — verify that your AI system is deployed and accessible.