Skip to content

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.

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.

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.

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.