The Heym AI agent platform

Build, execute, govern, observe, and evaluate AI agents on one self-hosted runtime. Heym is an AI workflow platform you run on your own infrastructure.

Product tour

Everything you need to run AI agents in production

See the problems Heym removes, how each capability works, and why it matters in practice.

How Heym Solves It
01 / 18

Overview

Problem to answer

The problem

Teams keep stitching together separate tools for work that should feel simple.

The Heym answer

Heym brings sixteen once-difficult jobs onto one visual canvas.

116 practical capabilities
2Source-available
3Self-hosted

Use the arrow keys to move through the tour

Why it matters

This tour starts with the problem, then shows the Heym answer. Each stop focuses on a real task teams already handle today, without burying the point under a long feature list.

Heym product demo: a drag-and-drop canvas where agentic AI workflow nodes such as LLM, Agent, RAG / Vector Store, HTTP, and Slack are connected into a running automation pipeline.

AI agent runtime

The runtime for production AI agents

A prototype becomes a production system when five things hold at once. Heym is an AI workflow platform that carries all five in one runtime you host yourself, so an agent that works in a demo keeps working when it runs a thousand times a day.

  1. Step 01

    Build

    Lay out agents, tools, and logic on a visual canvas, or describe the workflow in plain language and let the AI assistant draw it for you.

    • Visual workflow canvas
    • 61 node types
    • Natural language builder
    • AI-filled node fields
    • Expression DSL with live preview
    • Workflow Analyzer reports
    • Importable templates
    See the builder
  2. Step 02

    Execute

    Run those workflows at production scale, with branches that execute in parallel, retries on failure, and worker instances that share the load.

    • Parallel DAG execution
    • Schedule, webhook, and API triggers
    • Sub-workflows
    • Horizontal scaling across instances
    • Sandboxed code and browser runs
    Browse the nodes
  3. Step 03

    Govern

    Decide what an agent may do on its own and what waits for a person, then keep a record of every privileged action.

    • Human review steps
    • LLM guardrails
    • Role-based team permissions
    • Encrypted credential storage
    • Single sign-on and audit trail
    Platform and security
  4. Step 04

    Observe

    See what every model call and tool call did on every run, how long it took, and what it cost, then get told when one of those numbers crosses a line.

    • Execution traces with payloads
    • Token and USD cost per model
    • Workflow-powered dashboards
    • Threshold alerts
    • OpenTelemetry export
    Explore observability
  5. Step 05

    Evaluate

    Score prompts, models, and agent output against a repeatable suite so a change is measured before it reaches production.

    • Eval suites per workflow
    • Generated test data
    • Multi-model evaluation runs
    • Exact match, contains, and judge scoring
    • Separate judge credential
    • Run history snapshots
    • Release gating
    Explore evaluation

The same runtime covers all of it. Self-hosted AI agents run on your own infrastructure with Docker or Kubernetes, your credentials and run data stay inside your environment, and the source is available under an MIT license with a Commons Clause.

Solutions

Solutions for teams putting agentic systems to work

Heym focuses on ten solution areas where controlled, observable AI operations matter most. Each one is backed by real workflows you can import and run.

Built with Modern Tech

Every component is chosen for performance, developer experience, and reliability.

Frontend

The frontend uses Vue.js 3 with TypeScript for a fast, type-safe development experience. Vite handles builds and Tailwind CSS takes care of styling.

Vue.js 3TypeScriptViteTailwind CSS

Backend

A Python backend powered by FastAPI delivers async performance for concurrent workflow executions. Alembic handles database schema migrations.

Python 3.11+FastAPIAlembic

Database & Infra

PostgreSQL stores workflows and execution history, while pgvector powers built-in vector search for RAG pipelines. Docker keeps local development consistent.

PostgreSQLSQLAlchemypgvectorDocker

Security & Auth

JWT tokens in HttpOnly cookies with refresh token rotation secure user sessions. Passwords use bcrypt hashing, credentials are encrypted at rest with Fernet.

JWTbcryptPydantic v2Fernet

AI & LLM

Connect to OpenAI, Ollama for local models, vLLM for high-throughput inference, or expose workflows through the Model Context Protocol.

OpenAIOllamavLLMMCP

Developer Experience

First-party documentation lives inside Heym, alongside a native chat-with-docs experience. ESLint and Ruff keep the codebase healthy.

In-app docsChat with docsESLintRuff

Frequently Asked Questions

Answers to your common questions about Heym.

Still have questions?

Ask on Discord