Run workflows
Install a community workflow and run it from your agent.
A workflow is a packaged multi-step automation. Install one and your agent gets a new tool it can call by name.
Steps
- Browse the community library. Each workflow lists the apps it touches and what it does.
- Click Install. Weldable adds it to your account and prompts you to connect any missing integrations.
- Ask your agent to run it. For example:
- "Run my daily standup digest and post it to #team-eng."
- "Enrich this lead and add them to our Q2 outbound list."
- "Send out the weekly KPI report."
Long-running workflows execute durably in the background. Ask your agent for status anytime.
Open format
Workflows are written in workflowskill, an open markdown + Python format. Inspect, fork, or export any workflow. No lock-in.
Want to build your own? See Write workflows.