Per-agent sentiment analysis; agent transfers nest; service accounts
12 features2 enhancementsThis release12 featuresNew capabilities2 enhancementsImprovements to existing featuresAI-tallied from the release notes
From the original release noteView original ↗
ElevenAgents
- Per-agent sentiment analysis: Platform settings add optional
sentiment_analysis(SentimentAnalysisSettings) for post-call sentiment scoring configuration per agent. - Auto-translate transcripts: Platform settings add optional
auto_translate_transcript_to_app_language(boolean) to translate conversation transcripts to the viewer's app language in history. - Nested agent transfers: Workflows add push, pop and replace operations for nested agent transfers, with
enable_nestingandreturn_when_nestedcontrols for returning to a parent workflow. - Backchannel detection: Transcript user-turn models add optional
ignored_as_backchannel(boolean) to mark utterances filtered as backchannels. - Auxiliary conversation audio: Get conversation responses add required
has_auxiliary_audio(boolean) alongside existing audio flags. - MCP environment scoping: MCP server and tool routes add optional
environmentquery parameter (defaults to production) on list tools, get tool, create tool config and update tool config endpoints. - Tool call sound override: Tool and MCP override schemas allow
tool_call_sound: "off"to silence per-tool call sounds while inheriting server defaults when unset. - Twilio SMS routing: Twilio phone-number import requests add optional
enable_sms(boolean, default on) to control inbound SMS routing during number setup. - User sentiment sorting: List users adds optional
sort_directionand supports sorting byaverage_sentiment_score. - Knowledge base external sync: External sync schemas rename
ExternalSyncTypetoExternalSyncProvider, add sync job trigger and type enums withKbExternalSyncJob, and folder responses can includeactive_sync_jobfor in-flight or terminal sync status. - TTS latency setting deprecation:
optimize_streaming_latencyon agent TTS settings is marked deprecated and documented as a no-op.
Workspaces
- Create service accounts: Added Create service account (
POST /v1/service-accounts) with optionaldefault_sharing_groups(DefaultSharingGroupConfig) for programmatic service-account provisioning. - List workspace members: Added Get workspace members (
GET /v1/workspace/members) returningWorkspaceMemberResponseModelentries with user id, email, seat status, owner and locked flags. Service accounts are excluded. - Invite credit caps: Workspace invite payloads (single and bulk) add optional
usage_limitfor a monthly credit cap on invitees.
SDK Releases
JavaScript SDK
- v2.57.0 - Regenerated from the latest OpenAPI schema with
run_subagentsystem tool types, per-agent sentiment analysis settings, nested agent transfer workflow models, knowledge base external sync types, and MCPenvironmentquery parameters. - v2.58.0 - Regenerated from the latest OpenAPI schema with service account creation, workspace member listing, invite
usage_limit, conversationhas_auxiliary_audio, and multi-context text-to-dialogue WebSocket message types.
Python SDK
- v2.57.0 - Regenerated from the latest OpenAPI schema with
run_subagentsystem tool models, per-agent sentiment analysis settings, nested agent transfer workflow models, knowledge base external sync types, and MCPenvironmentquery parameters. - v2.58.0 - Regenerated from the latest OpenAPI schema with service account creation, workspace member listing, invite
usage_limit, conversationhas_auxiliary_audio, and multi-context text-to-dialogue WebSocket message types.
Packages
- @elevenlabs/client@1.15.0 - Added
onPingcallback exposingpingevents and estimatedping_msfor connection latency monitoring. - @elevenlabs/react@1.10.0 - Exposed the
onPingcallback from@elevenlabs/client@1.15.0in React hooks. - @elevenlabs/types@0.17.1, @elevenlabs/convai-widget-core@0.14.10 and @elevenlabs/convai-widget-embed@0.14.10 - Dependency alignment to
@elevenlabs/client@1.15.0.
API
Fetched July 14, 2026


