Vellum is coming to the AI Engineering World's Fair in SF. Come visit our booth and get a live demo!

Vellum Product Update | November

Workflow triggers, multimodal outputs, 40+ integrations, and other updates making agent building easier and faster.

12 min
Written by
Reviewed by
No items found.

It’s almost 2026 and boy was this year a big one for Vellum. November’s updates is one of the biggest since Agent Builder, with major unlocks that make agents more connected and autonomous!

Here’s some of my favorite highlights:

  • Schedule and Integration Triggers making agents autonomous
  • Multimodal outputs enabling agents to produce documents, photos, images, and audio
  • Heaps of must-have integrations like the whole Google suite, Facebook, Instagram, ProductBoard, Fireflies
  • Agent builder Inputs and diagrams that make agent building even faster and easier than before

Let's dive into everything that made this month of shipping monumental!

Unlock autonomous agents with Workflow Triggers

Fully autonomous agents are now possible in Vellum with our newly released Workflow Triggers! Use Triggers in any workflow to have agents run automatically based on a schedule or external events.

Here’s a quick overview of the triggers available:

  • Scheduled Triggers: run workflows on a recurring schedule using cron expressions.
    • Describe a schedule in the schedule prompt box (like “every weekday at 9am”) and Vellum will run your Workflow automatically on that schedule.

💡Pro tip: Use Agent Builder to help you add and configure your Trigger by prompting it with natural language!

How to actually use Triggers

Make agents proactive with these simple, high-impact ways to use Workflow Triggers:

  • Automate the routine: send daily summaries, refresh dashboards every morning, run cleanup or enrichment jobs on a schedule
  • React to what’s happening in your tools: auto-triage new tickets or issues, alert the right people when something important lands, start a review or approval flow the moment a record changes
  • Keep systems in sync: update CRMs, tools, or databases the second something new is created, and enrich new contacts or tasks automatically

Learn more about Workflow Triggers →

Agents for everything with Multimodal Workflow Outputs

A world of automation possibilities is now unlocked with the recently released Multi-modal Workflow Outputs, with any agent now able to output documents, images, videos, and audio.

Here are some of the ways we’ve seen people start using multimodal outputs:

  • Next level content generation: agents that produce social graphics or thumbnails, draft proposals paired with images, or output ready-to-share assets for marketing workflows
  • Communicate in richer formats: agents that deliver audio responses for clearer handoffs, produce short explainer videos, or attach media snippets inside Slack or email updates
  • Package insights in usable outputs: agents that send weekly summaries as polished PDFs, output visual dashboards or charts, or bundle text + media into a single artifact teams can share instantly

Learn more about Multimodal Outputs →

Plug agents into every part of your stack with new Native Integrations

40+ new integrations landed in Vellum this month, including a bunch of long-awaited essentials. The biggest requests finally shipped: the full Google Suite (Analytics, Search Console, and more), Fireflies, Facebook, Instagram, and ProductBoard.

Use Agent Builder to connect these integrations on the fly and it’ll do all the heavy lifting of adding them to Agent Nodes and building Custom Nodes so you don’t have to.

Check out the 80+ Native Integrations that are now live under Settings > Integrations.

Learn more about our new Native Integrations →

File attachments & plan diagrams in Agent Builder

Upload files to teach Agent Builder

Instead of describing everything in words, you can now upload files that Agent Builder uses as the blueprint for your workflow:

  • PDF and image files
    • Upload process docs or whiteboard sketches of a workflow diagram and have Agent Builder turn them into working workflows.
    • Provide example documents or images to help it generate prompts for classification or extraction tasks.
  • CSV, TXT, and Markdown (MD) files
    • Upload a CSV of mock customer data to build a structured data extraction workflow.
    • Upload markdown product specs to build a product comparison or recommendation agent.
    • Upload text files with brand or compliance guidelines to generate agents that check for style or policy violations.

Try dropping in your dream AI employee org chart and watch the magic of Agent Builder happen as it builds the whole thing!

Learn more about Agent Builder file attachments →

Visual Plan Diagrams

Agent Builder now generates visual plan diagrams that show how it intends to structure your workflow.

  • See the overall flow before anything is fully built
  • Understand branches, subworkflows, and key steps at a glance
  • Click to expand a full screen diagram when you want to go deeper

This is especially helpful when you are designing larger agents and need to reason about architecture, handoffs, and loops.

Learn more about Agent Builder plan diagrams →

New models

  • OpenAI
    • GPT 5.1 via Chat Completions and Responses endpoints.
  • Google
    • Gemini 3 Pro Preview
  • Anthropic
    • Claude Opus 4.5
  • Fireworks AI
    • Kimi K2 Thinking for advanced reasoning workloads.

Async Workflow Execution

For production systems processing high volumes or orchestrating agents that might run for multiple hours, Async Workflow Execution has arrived!

Previously, your code had to hold the connection open until a workflow finished, which was fragile at best. Now you can use the Execute Workflow Async endpoint to:

  • Start a workflow execution and immediately receive an execution_id.
  • Your client does not block or risk timeouts.
  • Executions automatically queue when you hit Vellum concurrency limits, which is ideal for batch workloads.

Use this in tandem with the Execution Status endpoint to poll for the status of an execution (PENDING, FULFILLED, REJECTED, and more), retrieve outputs, and an execution detail URL once the workflow finishes.

💡 Check out our  Batching Executions guide for more information polling patterns and webhook alternatives

Learn more about Async Workflow Execution ->

Stateful logic with the Set State Node

You can now add a Set State Node to your Workflows to update state variables during execution. Use the Set State Node by simply adding it to your Workflow and configure one or more state operations. Each operation specifies:

  • State to update: Select the state variable you want to modify
  • Value: Define the new value using expressions, variables, or operations like addition or concatenation

Here’s a quick tutorial!

Use the Set State Node to update and modify state variables in the middle of a workflow run, so you can:

  • Increment counters inside loops
  • Accumulate chat history or transcripts
  • Track progress through multi stage processes
  • Store intermediate values for later branches

This is a massive unlock for more expressive loops, retry mechanisms with backoff, and agents that maintain context without using external state stores.

Learn more about Set State Node ->

Private Python package repositories

For users of organizations that maintain internal Python libraries, you can now use them in Vellum using generic private package repositories.

Enable with basic authentication, and once configured, Code Execution Nodes and Code Metrics can:

  • Install packages from your internal PyPI compatible registry
  • Use the same shared utilities and business logic you use elsewhere
  • Keep proprietary code inside your own infrastructure

To add a private repository you can navigate to the Private Package Repository page here.

Learn more about private package repositories ->

API Keys that respect your permissions

A key security element used to be missing from API keys causing friction for users wanting to enable others with their agents. Now, you can keep all your API keys safe with permissions and role based access! Here’s how it works:

  • If a user does not have Deployment Editor permissions, their API key cannot deploy workflows.
  • If they cannot manage integrations in the UI, their key cannot manage them via API either.

This closes the gap between how your team operates and how your agents operate. You can finally share agents without worrying about overreach because permissions stay consistent across UI and API and audit trails clearly show who did what.

Learn more about API Keys with permissions ->

See you in January

That’s the best highlights from November! Be sure to check out the full change log to see all the improvements, fixes, and hidden gems shipped this month.

Agent building in Vellum has never been this easy and powerful, can’t wait to update you on everything we plan to ship this December. Vellum wishes you a happy holidays in the meantime — we’ll have a lot to cover when you get back!

{{general-cta}}

ABOUT THE AUTHOR
Nicolas Zeeb
Technical Content Lead

Nick is Vellum’s technical content lead, writing about practical ways to use both voice and text-based agents at work. He has hands-on experience automating repetitive workflows so teams can focus on higher-value work.

ABOUT THE reviewer
Noa Flaherty
Co-founder & CTO

Noa Flaherty, CTO and co-founder at Vellum (YC W23) is helping developers to develop, deploy and evaluate LLM-powered apps. His diverse background in mechanical and software engineering, as well as marketing and business operations gives him the technical know-how and business acumen needed to bring value to nearly any aspect of startup life. Prior to founding Vellum, Noa completed his undergrad at MIT and worked at three tech startups, including roles in MLOps at DataRobot and Product Engineering at Dover.

No items found.
lAST UPDATED
Dec 3, 2025
share post
Expert verified
Related Posts
Model Comparisons
November 27, 2025
18 min
Flagship Model Report: Gpt-5.1 vs Gemini 3 Pro vs Claude Opus 4.5
LLM basics
November 27, 2025
14 min
Gumloop Alternatives (Reviewed & Explained)
LLM basics
November 25, 2025
12 min
AI Voice Agent Platforms Guide
Guides
December 3, 2025
7 min
Claude Opus 4.5 Benchmarks
LLM basics
December 3, 2025
10 min
Gumloop vs. n8n vs. Vellum (Platform Comparison)
Guides
December 3, 2025
8 min
Google Gemini 3 Benchmarks
The Best AI Tips — Direct To Your Inbox

Latest AI news, tips, and techniques

Specific tips for Your AI use cases

No spam

Oops! Something went wrong while submitting the form.

Each issue is packed with valuable resources, tools, and insights that help us stay ahead in AI development. We've discovered strategies and frameworks that boosted our efficiency by 30%, making it a must-read for anyone in the field.

Marina Trajkovska
Head of Engineering

This is just a great newsletter. The content is so helpful, even when I’m busy I read them.

Jeremy Hicks
Solutions Architect

Experiment, Evaluate, Deploy, Repeat.

AI development doesn’t end once you've defined your system. Learn how Vellum helps you manage the entire AI development lifecycle.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Build AI agents in minutes with Vellum
Build agents that take on the busywork and free up hundreds of hours. No coding needed, just start creating.

General CTA component, Use {{general-cta}}

Build AI agents in minutes with Vellum
Build agents that take on the busywork and free up hundreds of hours. No coding needed, just start creating.

General CTA component  [For enterprise], Use {{general-cta-enterprise}}

The best AI agent platform for enterprises
Production-grade rigor in one platform: prompt builder, agent sandbox, and built-in evals and monitoring so your whole org can go AI native.

[Dynamic] Ebook CTA component using the Ebook CMS filtered by name of ebook.
Use {{ebook-cta}} and add a Ebook reference in the article

Thank you!
Your submission has been received!
Oops! Something went wrong while submitting the form.
Button Text

LLM leaderboard CTA component. Use {{llm-cta}}

Check our LLM leaderboard
Compare all open-source and proprietary model across different tasks like coding, math, reasoning and others.

Case study CTA component (ROI) = {{roi-cta}}

40% cost reduction on AI investment
Learn how Drata’s team uses Vellum and moves fast with AI initiatives, without sacrificing accuracy and security.

Case study CTA component (cutting eng overhead) = {{coursemojo-cta}}

6+ months on engineering time saved
Learn how CourseMojo uses Vellum to enable their domain experts to collaborate on AI initiatives, reaching 10x of business growth without expanding the engineering team.

Case study CTA component (Time to value) = {{time-cta}}

100x faster time to deployment for AI agents
See how RelyHealth uses Vellum to deliver hundreds of custom healthcare agents with the speed customers expect and the reliability healthcare demands.

[Dynamic] Guide CTA component using Blog Post CMS, filtering on Guides’ names

100x faster time to deployment for AI agents
See how RelyHealth uses Vellum to deliver hundreds of custom healthcare agents with the speed customers expect and the reliability healthcare demands.
New CTA
Sorts the trigger and email categories

Dynamic template box for healthcare, Use {{healthcare}}

Start with some of these healthcare examples

SOAP Note Generation Agent
Extract subjective and objective info, assess and output a treatment plan.
Population health insights reporter
Combine healthcare sources and structure data for population health management.

Dynamic template box for insurance, Use {{insurance}}

Start with some of these insurance examples

Agent that summarizes lengthy reports (PDF -> Summary)
Summarize all kinds of PDFs into easily digestible summaries.
Insurance claims automation agent
Collect and analyze claim information, assess risk and verify policy details.
AI agent for claims review
Review healthcare claims, detect anomalies and benchmark pricing.

Dynamic template box for eCommerce, Use {{ecommerce}}

Start with some of these eCommerce examples

E-commerce shopping agent
Check order status, manage shopping carts and process returns.

Dynamic template box for Marketing, Use {{marketing}}

Start with some of these marketing examples

Reddit monitoring agent
Monitor Reddit for new posts and send summaries to a specified Slack channel.
LinkedIn Content Planning Agent
Create a 30-day Linkedin content plan based on your goals and target audience.

Dynamic template box for Sales, Use {{sales}}

Start with some of these sales examples

Research agent for sales demos
Company research based on Linkedin and public data as a prep for sales demo.

Dynamic template box for Legal, Use {{legal}}

Start with some of these legal examples

PDF Data Extraction to CSV
Extract unstructured data (PDF) into a structured format (CSV).
AI legal research agent
Comprehensive legal research memo based on research question, jurisdiction and date range.

Dynamic template box for Supply Chain/Logistics, Use {{supply}}

Start with some of these supply chain examples

Risk assessment agent for supply chain operations
Comprehensive risk assessment for suppliers based on various data inputs.

Dynamic template box for Edtech, Use {{edtech}}

Start with some of these edtech examples

Turn LinkedIn Posts into Articles and Push to Notion
Convert your best Linkedin posts into long form content.

Dynamic template box for Compliance, Use {{compliance}}

Start with some of these compliance examples

No items found.

Dynamic template box for Customer Support, Use {{customer}}

Start with some of these customer support examples

Trust Center RAG Chatbot
Read from a vector database, and instantly answer questions about your security policies.
Q&A RAG Chatbot with Cohere reranking

Template box, 2 random templates, Use {{templates}}

Start with some of these agents

SOAP Note Generation Agent
Extract subjective and objective info, assess and output a treatment plan.
Insurance claims automation agent
Collect and analyze claim information, assess risk and verify policy details.

Template box, 6 random templates, Use {{templates-plus}}

Build AI agents in minutes

E-commerce shopping agent
Check order status, manage shopping carts and process returns.
LinkedIn Content Planning Agent
Create a 30-day Linkedin content plan based on your goals and target audience.
Synthetic Dataset Generator
Generate a synthetic dataset for testing your AI engineered logic.
Q&A RAG Chatbot with Cohere reranking
Insurance claims automation agent
Collect and analyze claim information, assess risk and verify policy details.
Clinical trial matchmaker
Match patients to relevant clinical trials based on EHR.

Build AI agents in minutes for

{{industry_name}}

Reddit monitoring agent
Monitor Reddit for new posts and send summaries to a specified Slack channel.
Clinical trial matchmaker
Match patients to relevant clinical trials based on EHR.
Prior authorization navigator
Automate the prior authorization process for medical claims.
Population health insights reporter
Combine healthcare sources and structure data for population health management.
Legal document processing agent
Process long and complex legal documents and generate legal research memorandum.
Legal contract review AI agent
Asses legal contracts and check for required classes, asses risk and generate report.

Case study results overview (usually added at top of case study)

What we did:

1-click

This is some text inside of a div block.

28,000+

Separate vector databases managed per tenant.

100+

Real-world eval tests run before every release.