Skip to main content
2026-03-10
Personal agents, Revamped studio, voice invocation, audit logs, Slack workflows

New Features:

  • Revamped the Agent Studio experience: Simplified the agent builder, improved the configuration panel and save/publish flows, added trace views so you can build, test, and monitor your agent invocations at the same time, and refreshed several navigation and card experiences.
  • Voice input and output for agents: Added microphone transcription in chat and a new voice output format so agents can return spoken responses.
  • Audit logs for organizations: Added centralized audit logging, audit APIs, and an admin audit log experience for tracking important organization events.
  • Slack workflow support: Added Slack workflow triggers, Slack integration panels, and structured JSON response handling for Slack workflow outputs.
  • MongoDB connector and Redshift connector expansion: Added a MongoDB functions controller and expanded Redshift capabilities with async execution, connection validation, stronger pagination, and clearer error handling. See connector docs here: https://docs.xpander.ai/connectors
  • Agent notifications settings: Added notification settings for agent execution outcomes, allowing the builder to configure a deterministic notification for every agent execution.
  • Organization default LLM settings: Added organization-level default LLM settings and applied them across new agents, workflows, and related creation flows.

Improvements:

  • OpenClaw and personal agent experience: Improved OpenClaw onboarding, focused OpenClaw settings on instructions, added supervised agent indicators, and refined personal and supervised agent organization in the UI.
  • Billing and admin UI polish: Added a theme-aware billing portal and improved deploy and save interactions throughout the workbench.
  • Agent container scheduling & metadata: Tuned agent container resources, improved multi-AZ pod distribution, and exposed the supervision flag in minimal agent payloads.

Bug Fixes:

  • Agent card summaries: Fixed agent cards in the agent list to use the latest general instructions text when available for the description of the agent.
  • Various platform and UI fixes: Included fixes for duplicate chat activity behavior, menu positioning, thread visibility for Agentic Workflows, and other reliability and usability issues.
  • As always, our agents and humans continuously fix various bugs, and sometimes create new ones (that will be fixed in the next update.)
2026-03-01
OpenClaw managed container runtime, onboarding flows, CloudFlare AI Gateway

New Product launch!

Introducing fully managed OpenClaw-based Personal AI Assistants: Every employee in your organization now gets their own AI assistant — powered by OpenClaw, managed entirely by xpander. No setup, no configuration, no infrastructure to maintain. Each assistant lives where your team already works — Slack, Teams, or voice — and can act across any connected enterprise system through xpander’s supervised specialized agents. IT deploys once; every employee gets a personalized, context-aware agent that delegates tasks, pulls data, and executes workflows on their behalf. It’s not a chatbot that answers questions. It’s an agent that does the work — governed by your policies, running on your infrastructure, and getting smarter with every interaction.

New Features:

  • OpenClaw agents (beta): Added end-to-end OpenClaw integration, including a dedicated scaffold container, xpander↔OpenClaw bridge, plugin-based tool execution, and OpenClaw-specific health checks.
  • OpenClaw onboarding and channel setup: Added an onboarding wizard and workbench flows for OpenClaw container readiness and Telegram/Slack channel pairing and configuration.
  • Cloudflare AI Gateway provider: Added Cloudflare AI Gateway as an LLM provider option across agents, workflows, and workflow nodes.

Improvements:

  • Agent container reliability: Migrated agent containers from Kubernetes Jobs to Deployments with PVC-backed persistent storage and added periodic health reconciliation.
  • Sub-agent discovery: Added a built-in capability for OpenClaw agents to discover and list available sub-agents from the agent graph.
  • Workbench UX updates: Renamed “Task sources” to “Channels”, improved OpenClaw trigger UX, and enhanced activity/log views (including Markdown table rendering).
  • Redshift ergonomics: Added connector-level path parameters for cluster/database/catalog and increased Redshift statement execution timeout.

Bug Fixes:

  • Activity log pagination: Fixed page ordering and navigation semantics so newer messages appear first and paging behaves consistently.
  • As always, our agents and humans continuously fix various bugs.
2026-02-22
Parallel workflows, activity log pagination, connector pipeline visibility.

New Features:

  • Parallel workflow execution: Added an explicit Parallel workflow node, enabling concurrent execution of multiple child nodes with configurable combined outputs.
  • Paginated activity logs: Introduced optional pagination for agent activity threads/tasks.
  • Connector pipeline progress visibility: Added connector pipeline step status updates and UI indicators (loading/shimmer and tooltips) while custom connectors are processing.
  • Workflow test file uploads: Enabled attaching files to workflow test runs and persisting them in test presets.

Improvements:

  • Workflow observability: Enriched workflow events with resolved variables/conditions and deep parsing of stringified JSON outputs.
  • Activity log durability: Added asynchronous S3 synchronization for activity threads to improve retention and auditability.
  • LLM default updates: Updated default models to Claude Sonnet 4.6 and refreshed frontend/provider defaults to the latest Sonnet/Opus catalogs.
  • AWS Neptune flexibility: Added support for providing the Neptune endpoint via request body and improved endpoint normalization.

Bug Fixes:

  • Schema enforcement for summarizers: Enforced strict JSON output schema for summarizer nodes and hardened file URL extraction from user input.
  • As always, our agents and humans continuously fix various bugs.
2026-02-15
Workflow improvements, new AI connectors, general bug fixes, better Vector DB search

New Features:

  • Workflow authoring enhancements: Added NodePointer (“Go to Existing”) support, workflow result selection (choose which end node output becomes the workflow result), and surfaced workflow result in the execution console.

New connectors:

  • Microsoft Connectors: Added new SharePoint and OneDrive connectors with site/drive discovery, recursive tree browsing, search, path resolution, file read/edit/create flows, agent-friendly content extraction.
  • AWS Neptune connector: Added an AWS Neptune connector with graph query execution (Gremlin/openCypher) and bulk loader operations.
  • Google Cloud Monitoring: Added support for Google Cloud Monitoring with metrics collection across GCP services, real-time alerting, uptime checks, and deep ecosystem integration, enabling AI agents to track system health, respond to alerts, and take action on live performance insights.
See connector details at: https://docs.xpander.ai/connectors

Improvements:

  • Workflow orchestration reliability: Hardened orchestration with DAG validation, improved routing/order determinism (including node reuse and parallel detection), and support for persisting agent task/thread IDs across orchestration runs.
  • Activity & runs scalability: Added optional pagination and infinite-scroll support for agent activity threads and workflow runs.
  • BYOK transparency: Marked BYOK usage in monitoring/activity and improved UI visibility so BYOK token usage is clearly distinguished.
  • Managed vector DB search quality: Improved large-document handling (chunking + export/delete semantics) and increased hybrid search reliability with full-text + vector ranking.
  • AWS connection UX: Improved AWS region selection with a searchable dropdown and refined workflow graph handle interactions.

Bug Fixes:

  • Agent execution resiliency: Ensured the agent executor captures all base-level exceptions to reduce hard crashes.
  • Other general bug fixes
2026-02-08
Introducing Workflows

New Product launch!

Introducing Workflows: A visual interface for orchestrating AI Agents and building automation workflows. We’ve eliminated the friction of traditional automation by removing the need for tedious manual field mapping. Instead of wiring up data inputs and outputs between steps, every node on the canvas is powered by an AI agent that understands the context of the previous step’s output. Whether you’re deploying an Email node or a Summarizer, you simply provide natural language instructions, and the agents handle the data flow for you. This gives you a deterministic, repeatable runtime with full control over execution and branching, without the overhead of mapping a single field.Read more in the docs: https://docs.xpander.ai/user-guide/build/workflow

New Features:

  • Azure AI Foundry provider support: Added Azure AI Foundry as an LLM provider (including required configuration for custom credentials and endpoint settings).
  • LLM request customization: Added organization-wide and per-agent support for default LLM extra headers.

Improvements:

  • LLM provider resilience: Added exponential backoff retries across multiple LLM providers to better handle transient failures.
  • Model catalog updates: Refreshed Amazon Bedrock and Google AI Studio model catalogs and identifiers.
  • Self-hosted environments: dash-based subdomains: Added support for dash-based subdomain formats and centralized service URL construction.

Bug Fixes:

  • UI correctness: Fixed issues in action/icon rendering, agent state flag updates, and sleep node identifier normalization.
2026-01-04
Pre-deploy change review, PDF layout templates, various bug fixes

New Features:

  • Pre-deploy change review: Added a deployment comparison step that lets users review visual and JSON diffs between the staged and currently deployed agent before deploying.
  • API trigger support and testing modal: Added an API trigger option alongside Webhook, with a unified modal to test sync/async/stream invocations, generate curl commands, and view expanded responses.
  • PDF document layout templates: Added multiple PDF layout modes (whitepaper, invoice, letter, and order form with signature support) for markdown-to-PDF generation.
  • Web search and text-to-speech tools: Added built-in web search and text-to-speech tools. Enable them from the Tools tab in the AI Workbench.
  • Agent reasoning visibility: Improved reasoning step generation by deriving steps directly from activity threads and enhancing activity timeline rendering for JSON/Markdown with better duration formatting.

Improvements:

  • Webhook lifecycle hooks: Added webhook lifecycle hooks (e.g., before, on-task-created, on-tool-call, on-error, after) with event streaming for richer integrations.
  • User attribution via MCP auth: Propagated MCP OAuth user context into agent invocations for more accurate user attribution.
  • Locations management (renamed from Environments): Renamed “Environments” to “Locations” and moved location management into Admin Settings.
  • Webhook parameter mapping: Added path-based parameter mapping for webhooks, with improved task ID parsing for UI rendering and clearer error handling.
  • Container execution reliability: Increased Docker runner memory limits and hardened log streaming and exit-code retrieval when containers are auto-removed.

Bug Fixes:

  • PDF rendering reliability and security: Improved PDF typography and spacing, ensured reliable logo rendering by inlining images, and added URL validation/allowlisting and size limits for safer logo embedding.
  • Hosted assistants UI rendering: Fixed rendering of structured (JSON) sub-task descriptions and improved task step update stability.
  • Custom functions reliability: Stabilized custom functions typing/serialization and made analysis asynchronous for improved correctness.