For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Connect
BlogHelp CenterAPI PricingSign up
OverviewElevenCreativeElevenAgentsElevenAPIReception AIAPI referenceChangelog
OverviewElevenCreativeElevenAgentsElevenAPIReception AIAPI referenceChangelog
LogoLogo
Login
Login
Connect
BlogHelp CenterAPI PricingSign up

Changelog

June 17, 2025
June 17, 2025
Was this page helpful?
Previous

June 8, 2025

Next
Built with

Agents Platform

  • Dynamic variables in simulated conversations: Added support for dynamic variable population in simulated conversations, enabling more flexible and context-aware conversation testing scenarios.
  • MCP server integration: Introduced comprehensive support for Model Context Protocol (MCP) servers, allowing agents to connect to external tools and services through standardized protocols with configurable approval policies.
  • Burst pricing for extra concurrency: Added bursting capability for workspace call limits, automatically allowing up to 3x the configured concurrency limit during peak usage for overflow capacity.

ElevenCreative Studio

  • JSON content initialization: Added support for initializing ElevenCreative Studio projects with structured JSON content through the from_content_json parameter, enabling programmatic project creation with predefined chapters, blocks, and voice configurations.

Workspaces

  • Webhook management: Introduced workspace-level webhook management capabilities, allowing administrators to view, configure, and monitor webhook integrations across the entire workspace with detailed usage tracking and failure diagnostics.

API

View API changes

New Endpoints

Agents Platform - MCP Servers

  • Create MCP server - Create a new MCP server configuration in the workspace
  • List MCP servers - Retrieve all MCP server configurations available in the workspace
  • Get MCP server - Retrieve a specific MCP server configuration from the workspace
  • Update MCP server approval policy - Update the approval policy configuration for an MCP server
  • Create MCP server tool approval - Add approval for a specific MCP tool when using per-tool approval mode
  • Delete MCP server tool approval - Remove approval for a specific MCP tool when using per-tool approval mode

Workspace

  • Get workspace webhooks - Retrieve all webhook configurations for the workspace with optional usage information

Updated Endpoints

Agents Platform

  • Agent simulation:

    • Simulate conversation - Added dynamic_variables parameter for populating conversation context with runtime values
    • Simulate conversation stream - Added dynamic_variables parameter for streaming conversation simulations
  • Agent configuration:

    • Agent platform settings - Added bursting_enabled parameter to control burst pricing for call limits
  • WebSocket events:

    • Enhanced ClientEvent enum to include mcp_connection_status for real-time MCP server monitoring
  • Conversation charging:

    • Added is_burst indicator to conversation metadata for tracking burst pricing usage

ElevenCreative Studio

  • Create ElevenCreative Studio project - Added from_content_json parameter for JSON-based project setup

User Management

  • User profile:
    • Get user - Deprecated can_use_delayed_payment_methods field in user response model

Subscription Management

  • Subscription status:
    • Removed canceled and unpaid from available subscription status types, streamlining subscription state management