Agentic AI workflow automation

Build agentic systems. Run them with confidence.

Orchestrate agents, automate business processes, inspect every execution, and keep humans in control. Deploy Heym on your own infrastructure.

Built for AI, platform, and automation teams.

support-triage.flow
New Requesttrigger · inbound
Understand Requestagent · intent + routing
Search Company KnowledgeRAG · Qdrant retrieval
Run Specialist Agentsparallel · 3 workers
BillingTechnicalAccount
Human ApprovalHITL checkpoint · reviewer
ExecutionCompleted
Duration3.8s
Agent calls4
Tool calls7
Human reviewApproved
Eval score0.96
Latency per step · trace #4192

Heym is an agentic AI workflow automation platform with a visual, low-code editor. Describe a workflow in natural language and the assistant builds it for you, or wire it yourself from a deep library of built-in nodes and integrations. It supports LLM nodes for text generation and vision, Agent nodes with tool calling and Python tools, RAG for semantic search over Qdrant or built-in Postgres (pgvector), MCP client and server integration, human-in-the-loop approval checkpoints, content guardrails, parallel DAG execution, a skills system for portable agent capabilities, Playwright browser automation with auto-heal, and integrations with Telegram bots, Slack, IMAP inboxes, outbound WebSocket streams, email, Redis, RabbitMQ, Grist, and any HTTP API. Heym is source-available and fully self-hosted, so your data and automations stay on infrastructure you control, from the first prototype to production, with tracing and evals built in. Self-host with Docker Compose or Kubernetes on your own infrastructure.

Integrates with

Heym integrates with OpenAI, Anthropic, Ollama, Cerebras, Google Gemini, OpenRouter, Slack, Discord, Gmail, Outlook, GitHub, Jira, Linear, Cloudback, Telegram, Notion, Qdrant, ClickHouse, Redis, Supabase, PostgreSQL, Amazon S3, RabbitMQ, WebSocket, Docker, MCP, Grist, Google Sheets, Google Drive, BigQuery, Playwright, Sentry, Ejentum.

Product Tour

One campaign, end to end

One e-commerce sales campaign, followed end to end: workflow generation with the AI Assistant, human review, board execution, structured data, dashboards, traces, RAG, MCP, analytics, and team collaboration.

Heym Product Tour

Overview

See the platform move

Heym is not a static form builder. It is a running AI workflow system with visible execution, agent delegation, memory, tool calls, and review checkpoints.

Visual runtime

Watch the canvas execute branches, tools, memory, and HITL checkpoints as one graph.

AI assistant

Describe a workflow and see Heym generate nodes, edges, and MCP tools on the canvas.

Multi-agent orchestration

Coordinate sub-agents, skills, sub-workflows, and human review from one orchestrator.

No gatekeeping

Core production primitives stay available in the source-available, self-hostable product.

How we got here

Eight years of primitives, one runtime to hold them — scroll

2018

Vector embeddings

Recommenders and similarity search learn that meaning lives in geometry — the seed of everything that follows

embeddings · cosine · ANN

2020

First real conversations

GPT-2 hints at it — people discover that talking to a model can actually mean something

tokens · transformers · prompts

2023

The ChatGPT moment

GPT-3.5 lands, Copilot ships, every product roadmap pivots in a single quarter

ChatGPT · Copilot · RAG

2024

Agents and tools

Coding-agent IDEs ship, MCP standardizes how models reach tools, workflows become first-class

agents · MCP · function calls

2025

Long-running skills

Agents stop being one-shots — they run for hours, hold context across sessions, plan, and recover

skills · long horizon · memory

May 2026

Heym

Every primitive — embeddings, chat, agents, tools, skills — collapsed into one open runtime

one runtime · your infra

scroll to continue
Source Available

Built for Your Control

Self-host Heym, review the code, and tailor the platform to your infrastructure.

Free to Use

No licensing fees, no usage limits. Self-host Heym on your own infrastructure with Docker Compose, a prebuilt container image, or Kubernetes.

Source Available

Complete transparency over every line of code. Audit the security model, customize features, and contribute improvements back to the project.

Community Driven

Built together with contributors who share workflows, report bugs, suggest features, and shape the product roadmap through GitHub and Discord.

Commons Clause

Licensed under Commons Clause plus MIT — free to use, modify, and distribute, but not to resell as a paid service. Keeps Heym transparent and accessible.

$ git clone https://github.com/heymrun/heym.git
$ cd heym && cp .env.example .env
$ ./run.sh
✓ Ready at http://localhost:4017
Watch the self-hosted setup videoSet Up Heym Locally in Under 2 MinutesWatch
Need every variable? See the environment reference.
Star on GitHub

Licensed under Commons Clause + MIT

Enterprise

Run business-critical agentic systems on your terms.

Deploy on your infrastructure, use your own models and credentials, inspect every execution, and add human approval before critical actions.

  • Deploy on your infrastructure
  • Your own models and credentials
  • Every execution traced
  • Human approval before critical actions

Join Our Community

Connect with developers, share workflows, and shape the future of AI automation.

Heym is built in the open by a growing community of contributors and users. Whether you want to report a bug, suggest a new node type, share a workflow template, or contribute code, there are multiple ways to get involved. Join the Discord for real-time discussions, browse the GitHub repository for source code and issues, or dive into the documentation to learn every feature in depth.

Discord Community

Connect with developers building AI automations, share your workflows and templates, and get real-time help from the Heym team and community members. Ask questions about node configuration, agent orchestration, or deployment, and see how others are using Heym in production.

Join Discord

GitHub Repository

Star the repo to stay updated, report bugs with reproduction steps, request features through GitHub Issues, and contribute pull requests to the source-available project. Browse the full source code for the backend, frontend, and documentation.

View on GitHub

Documentation

Comprehensive guides covering every node type, the expression DSL, agent orchestration patterns, RAG pipeline setup, MCP configuration, and deployment options. Includes getting started tutorials, API reference, and advanced workflow examples.

Read Docs

Tutorial Videos

View playlist

Keep up with Heym

Get product updates, practical AI workflow ideas, and new ways to build with Heym in your inbox.

One useful monthly email. No spam, and you can unsubscribe anytime.

Stop gluing AI tools together.
Start shipping workflows.

One runtime. Your infrastructure. Every feature in the open.

Docker Compose · K8s Helm · MIT + Commons Clause

Heym is a source-available AI-native workflow automation platform that lets you build, visualize, and run intelligent pipelines without writing code. Using a drag-and-drop canvas, you connect a broad library of node types across seven categories — triggers, AI, logic, data, integrations, automation, and utilities — into production-grade workflows that run on your own infrastructure.

Every workflow is a directed acyclic graph (DAG) that Heym compiles, validates, and executes in parallel where dependencies allow, giving you maximum throughput without manual parallelism boilerplate.

Explore the platform overview, feature deep dives, node reference, documentation hub, use cases, enterprise options, and community resources from the links in the site footer.

MCP integration works in both directions. As an MCP client, Agent nodes connect to any external MCP server and gain access to all tools it exposes. Heym automatically discovers available tools on connection and presents them in the agent configuration panel.

As an MCP server, Heym exposes all published workflows as callable tools over the MCP protocol. Claude Desktop, Cursor, VS Code extensions, and other MCP-compatible clients can invoke your workflows directly from their native interfaces.

The skills system enables portable, reusable capability bundles for Agent nodes. A skill is a zip archive or Markdown file containing a SKILL.md instruction document and optional Python tool files. Dragging a skill onto an Agent node extends that agent’s system context and toolbox without modifying the node configuration.

Skills can define custom tool schemas, persistent memory structures, and multi-step reasoning templates. Agent nodes include an AI Skill Builder modal for drafting and revising skills with live previews. The same skill can be shared across multiple agents and workflows for consistent behavior across an organization.

Join the Heym Discord community to share workflows, report issues, and collaborate with other builders. Tutorial videos walk through canvas basics, agent configuration, RAG setup, and deployment patterns.

Community templates and blog posts demonstrate real production patterns — from MCP tool servers to evaluation-driven prompt iteration. Sharing workflows publicly helps other teams adopt guardrails, tracing, and human review patterns that are easy to skip in early prototypes.

Contributing back to the open-source repository improves documentation, adds node types, and hardens executor edge cases. Whether you file a bug with a minimal reproduction or ship a pull request for a new integration node, the community benefits from shared execution semantics tested across diverse deployments.