Zephly Documentation

Everything you need to build, run, and scale AI workflows. From first steps to advanced API usage.

What is Zephly?

Zephly is an AI-powered workflow automation platform with a visual node-based editor. You connect AI plugins — text generation, image creation, video, audio, and more — into pipelines that execute automatically.

Think of it as a visual programming environment where each node is an AI model or a logic operation. Data flows from node to node through typed connections, and the whole pipeline runs in real-time with live progress updates.

Explore the docs

How it works

┌─────────────┐     ┌─────────────┐     ┌─────────────┐
│  TextInput  │────▶│   Gemini    │────▶│  NanoBanana │
│  "My brand" │     │  Generate   │     │  Generate   │
│             │     │  prompt     │     │  image      │
└─────────────┘     └─────────────┘     └─────────────┘
                          │
                          ▼
                    ┌─────────────┐
                    │  ElevenLabs │
                    │  Voiceover  │
                    └─────────────┘

Nodes execute in topological order. Independent branches run in parallel for maximum throughput.

Key concepts

WorkflowA directed acyclic graph (DAG) of connected nodes that defines your AI pipeline.
NodeA single unit of work — an AI model, input, logic gate, or publishing step.
PluginThe underlying engine powering each node type. Zephly has 31 built-in plugins.
ArtifactThe output generated by a node — text, image, video, or audio file.
CreditsThe currency for running nodes. Each plugin has a credit cost based on compute.
    Documentation | Zephly