# Stepwise > Workflow orchestration engine for AI agents and humans. > Define multi-step pipelines in YAML. Run them with a real-time web UI. > Ships with agent, script, LLM, and human-approval executors. ## Install curl -fsSL https://raw.githubusercontent.com/zackham/stepwise/master/install.sh | sh ## Quick Start stepwise run @stepwise:demo --watch ## Documentation All docs are available as raw Markdown. Fetch any page: - [Agent Integration](https://stepwise.run/api/docs/agent-integration/raw) - [Agent Session Continuity](https://stepwise.run/api/docs/agent-session-continuity-proposal/raw) - [API Reference](https://stepwise.run/api/docs/api/raw) - [CLI Reference](https://stepwise.run/api/docs/cli/raw) - [Stepwise vs Other Tools](https://stepwise.run/api/docs/comparison/raw) - [Concepts](https://stepwise.run/api/docs/concepts/raw) - [Agent Containment](https://stepwise.run/api/docs/containment/raw) - [Executors](https://stepwise.run/api/docs/executors/raw) - [Extensions](https://stepwise.run/api/docs/extensions/raw) - [Stepwise Flow Reference](https://stepwise.run/api/docs/flow-reference/raw) - [Flow and Kit Sharing](https://stepwise.run/api/docs/flow-sharing/raw) - [Flows vs Skills](https://stepwise.run/api/docs/flows-vs-skills/raw) - [Using Stepwise with Non-Claude Agents](https://stepwise.run/api/docs/how-to-generic-agents/raw) - [How to Build a Stepwise Extension](https://stepwise.run/api/docs/how-to-plugins/raw) - [How to Create a Stepwise Agent Skill](https://stepwise.run/api/docs/how-to-skills/raw) - [Named Sessions + Fork Support — Implementation Plan](https://stepwise.run/api/docs/named-sessions-and-fork-plan/raw) - [Stepwise Patterns](https://stepwise.run/api/docs/patterns/raw) - [Quickstart](https://stepwise.run/api/docs/quickstart/raw) - [Troubleshooting](https://stepwise.run/api/docs/troubleshooting/raw) - [Use Cases](https://stepwise.run/api/docs/use-cases/raw) - [Web UI](https://stepwise.run/api/docs/web-ui/raw) - [Why Stepwise](https://stepwise.run/api/docs/why-stepwise/raw) - [Writing Flows](https://stepwise.run/api/docs/writing-flows/raw) - [Stepwise YAML Workflow Format](https://stepwise.run/api/docs/yaml-format/raw) ## Links - Homepage: https://stepwise.run - GitHub: https://github.com/zackham/stepwise