Changelog

What's new in Evolv Ai

Follow along as we ship new features, improvements, and fixes. Updated regularly.

v2.1.0#
January 20, 2025
NewImproved
Released by Muzamal Hussain · CEO

AI Agent SDK & Bulk Operations

Build custom agents programmatically, plus 5x faster bulk operations across workflows.

AI Agent SDK & Bulk Operations

This release is one of our biggest yet — packed with a brand new SDK and major performance improvements across the platform.

What's new

AI Agent SDK

We've launched the Evolv Ai Agent SDK, letting you build custom AI agents programmatically using TypeScript or Python. Define goals, tools, and guardrails in code:

import { Agent } from "@Evolv Ai/sdk";

const agent = new Agent({
  name: "report-generator",
  tools: ["notion", "slack", "linear"],
  schedule: "0 9 * * MON",
});

await agent.run();
v2.0.0#
January 5, 2025
NewImproved
Released by Sarah Chen · CTO

Evolv Ai 2.0 — Reimagined from the ground up

A complete redesign with a new workflow builder, advanced permissions, and 50+ new integrations.

Evolv Ai 2.0 — Reimagined from the ground up

Today we're launching Evolv Ai 2.0 — the biggest update in our history. Months of feedback and engineering work culminate in a faster, more powerful, and more delightful product.

Highlights

  • 🎨 New visual workflow builder — drag-and-drop with live preview
  • 🔐 Advanced permissions — granular access controls with audit logs
  • 🔌 50+ new integrations — including OpenAI, Anthropic, and Perplexity
  • 3× faster across the entire platform
  • 🌍 Multi-region hosting — choose where your data lives (US, EU, APAC)

New: Visual Workflow Builder

Build complex automations visually with our redesigned workflow editor. Drag steps, branch on conditions, and preview execution in real-time.

Workflow Builder Screenshot

New: Advanced Permissions

Define exactly who can do what:

  • Custom roles with granular permissions
  • Workspace-level and workflow-level access controls
  • Full audit trail of every action
  • SCIM provisioning for enterprise

New Integrations

We added 50+ new integrations including:

  • OpenAI & Anthropic (LLM providers)
  • Perplexity (AI search)
  • Vercel & Cloudflare (deploy & infra)
  • DocuSign & PandaDoc (contracts)
  • Plaid & Stripe (financial data)

Improved

  • Onboarding now takes < 2 minutes
  • Better error messages with actionable suggestions
  • Improved mobile experience
  • Dark mode for the dashboard (finally!)
📦 Migration Required

Evolv Ai 2.0 uses a new database schema. We've automatically migrated all existing accounts — but if you use our API, please check the v2 migration guide for breaking changes to a few endpoints.

What's next

We're already heads-down on the next release. Coming up:

  • Workflow templates marketplace
  • Native iOS & Android apps
  • Real-time collaboration

Stay tuned!

v1.9.0#
December 15, 2024
SecurityImprovedFixed
Released by Marcus Reid · Head of Engineering

Security improvements & Slack updates

SOC 2 Type II certification, new Slack features, and dozens of fixes.

Security

We're proud to announce that Evolv Ai has achieved SOC 2 Type II certification, completed by an independent third-party auditor. Read the full report here.

Additional security improvements:

  • New 2FA option: hardware security keys (FIDO2/WebAuthn)
  • Sensitive operations now require re-authentication
  • Improved password requirements
  • Session timeout settings now customizable per workspace

Improved

Slack Integration

  • Thread-aware messaging — agents now reply in threads when appropriate
  • Slash commands: /Evolv Ai run [workflow-name]
  • Better unfurling of workflow run URLs
  • Reduced rate limit collisions on large workspaces

Performance

  • Webhook delivery latency reduced from 800ms → 120ms (p95)
  • Search across workflows is now 4× faster
  • Dashboard now uses progressive rendering for large datasets

Fixed

  • Fixed a regression where some emails wouldn't send via SendGrid integration
  • Corrected daylight savings handling in cron schedules
  • Fixed export-to-CSV truncating long text fields
  • Resolved memory leak in long-running background jobs
  • Fixed broken images in email notifications
  • Corrected typo on the billing settings page (thanks for catching that, everyone)

Want updates by email?

Subscribe to our newsletter to get product updates delivered weekly.