mule
Build and run multi-step AI workflows via API
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Mule?โผ
Run `npx skills add mule-ai/mule --all -g -y` in your terminal to install all skills in this suite globally.
What does Mule do?โผ
Mule is a self-hosted platform for building and running AI workflows. It chains agents, skills, and WebAssembly modules into ordered steps and exposes them through an OpenAI-compatible API.
How do I run a workflow in Mule?โผ
Send a POST request to /v1/chat/completions with the model set to workflow/your-workflow-name. Use the async/ prefix to run it in the background and poll the job status endpoint.
Which AI providers does Mule support?โผ
Mule works with any OpenAI-compatible API, including OpenAI, Anthropic, Google, and local model servers like Ollama.
Can I use Mule without writing code?โผ
Yes. The built-in React web UI includes a drag-and-drop workflow builder, so you can configure providers, agents, and workflows visually without editing code.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core