Introduction

Heym is an AI-native low-code automation platform with a visual workflow editor.

Heym is an AI-native low-code automation platform with a visual workflow editor. Build powerful automations by connecting nodes on a canvas—no coding required for most use cases. Visit heym.run for the product site, and see Why Heym for how Heym compares to n8n, Zapier, and Make.com.

What You Can Do

  • Visual workflows – Drag and drop nodes to create automation flows in the Workflows tab
  • AI-powered nodesLLM, Agent, and RAG nodes for intelligent automation
  • AI Assistant – Build workflows with natural language via the AI Assistant panel in the editor
  • Chat with Docs – Ask page-aware product questions from the Chat with Docs dialog in documentation
  • Integrations – HTTP, Slack, email, and more via dedicated nodes
  • Scheduling – Trigger workflows on a cron schedule
  • Chat portals – Expose workflows as chat interfaces for end users; use the Chat tab to test models directly

Key Concepts

  • Workflows – A directed graph of nodes and edges. Manage them in the Workflows tab. See Workflow Structure.
  • Nodes – Processing units (Input, LLM, Condition, etc.). See Node Types.
  • Edges – Connections that define execution flow
  • Credentials – API keys and secrets stored in the Credentials tab, referenced by nodes.
  • Variables – Persistent key-value data in the Variables tab, accessible via $global.variableName. See Global Variables.
  • Expressions – Reference upstream data with $input and $nodeName.field. See Expression DSL.