Midio docs
  • Getting Started
    • Welcome
    • Quick Start Guide
  • Your First Midio App
  • Guides
    • HTTP
      • Making HTTP Requests
      • Responding to HTTP Requests
      • How to reach your own endpoints
      • CORS
      • Server-Sent Events (SSE)
    • Branching
    • Loops
    • Map, filter, reduce
    • Working with Data
    • Expressions
    • Building Agents
      • Streaming Agent API (experimental)
    • Debugging
    • Secrets and Environment variables
    • Convert JSON to data nodes
    • Writing tests
    • Cleaning up your flows
  • Package Manager
  • Integrating with third party services
  • Troubleshooting
  • Tutorials
    • Connecting LLMs to MCP-servers using the MCP-client package
    • Making Your Own MCP Server in Midio
    • A Fast Path to Functional RAG Agents
    • How to build a streaming agent using Server-Sent Events (SSE)
  • Reference
    • The Midio Editor
      • The Node Editor
      • User Traces
      • Traces (execution)
      • Processes
      • Log
      • Services
      • Problems
      • Function Signature
      • Data
      • Settings
    • The Midio Language
      • Nodes and execution
      • Functions and Events
        • Anonymous functions
      • Modules
      • Contexts
      • Data type
      • Local variables
      • Portals
      • Waypoint node
      • Partial function application
  • The Midio Engine
  • Built in Nodes
    • Core (std)
    • HTTP
    • LLM
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Getting Started

Welcome

NextQuick Start Guide

Last updated 1 month ago

Was this helpful?

Welcome to the Midio Documentation!

Midio is a visual programming environment designed for creating automations, integrations, and AI-driven workflows by visually connecting nodes representing data, logic, and external services. This documentation will help you quickly get started with Midio and find what you’re looking for.

  • : For a quick introduction to Midio.

  • : For an in-depth walkthrough of Midio’s interface, including tools, features, and practical tips, visit our Editor Guide.

  • : Quickly find solutions for common tasks, like making HTTP requests, working with loops, or transforming JSON data.

  • : Explains all parts of the editor, from node editor, to the various tools you have available.

  • : Curious about the Midio visual language? Dive into the Midio Language section for clear explanations of its syntax, semantics, and how visual programs execute.

  • : A complete list of all built in functions and events in Midio.

  • : Facing challenges or encountering errors? Check our Troubleshooting page for immediate help, or reach out to us directly—we're here to assist you.

We continuously strive to improve this documentation and highly appreciate your feedback. If something isn't clear or you have suggestions, please let us know!

Quick Start Guide
Editor Guide
How-To Guides
Editor Reference
Language Reference
Builtin Nodes
Troubleshooting