GitHub Actions for every business process — text-first, AI-native, open-source. BeemFlow is a workflow protocol, runtime, and global tool registry for the age of LLM co-workers. Define workflows with YAML, JSON, or native code → execute anywhere through CLI, HTTP, or Model Context Protocol (MCP). Instantly use thousands of curated MCP servers and LLM tools with zero-config -- just define the workflow, provide secrets, and execute -- complex business workflows in just a few lines of code. Generate new workflows with natural language via BeemFlow runtime's MCP server to move even faster. The same universal protocol powers the BeemFlow agency, SaaS, and acquisition flywheel—now you can build on it too. BeemFlow: Program the world.
No reviews yet. Be the first to review!
Sign in to join the conversation
Fetch content from a web URL using HTTP, summarize it with OpenAI into 3 bullet points, and display the summary. Demonstrates HTTP fetching, AI processing, and step chaining in a simple end-to-end workflow pattern.
Execute two OpenAI chat completions in parallel to generate different fun facts about the Moon and Ocean, then combine results into a single output. Demonstrates parallel execution with AI services and step dependency management.
Drafts a message, sends it for human approval via SMS, and acts on the reply. Incorporates external tools (MCP), durable waits, and human-in-the-loop automation.
Takes a feature update as input, uses LLM(s) to generate content for multiple social platforms, sends the drafts to a Slack channel for team review/approval, and posts to the socials based on feedback.
Pulls balances from Stripe and QuickBooks, analyzes and summarizes cash/AR with an LLM, converts the summary to a PowerPoint slide, and sends the slide to Slack.
Scrapes competitor prices, updates Shopify product prices based on margin and competitor data, and adjusts Google Ads campaigns based on price changes.
Fetches overdue invoices from QuickBooks, sends reminder emails, waits 24 hours, checks if paid, and escalates with a Twilio SMS if not paid.