Agents Platform
- Agent monitoring: Added a new dashboard for monitoring ElevenLabs agents’ activity. Check out your’s here.
 - Proactive conversations: Enhanced capabilities with improved timeout retry logic. Learn more
 - Tool calls: Fixed timeout issues occurring during tool calls
 - Allowlist: Fixed implementation of allowlist functionality.
 - Content summarization: Added Gemini as a fallback model to ensure service reliability
 - Widget stability: Fixed issue with dynamic variables causing the Agents Platform widget to fail
 
Reader
- Trending content: Added carousel showcasing popular articles and trending content
 - New publications: Introduced dedicated section for recent ElevenReader Publishing releases
 
Studio (formerly Projects)
- Projects is now Studio and is now generally available to everyone
 - Chapter content editing: Added support for editing chapter content through the public API, enabling programmatic updates to chapter text and metadata
 - GenFM public API: Added public API support for podcast creation through GenFM. Key features include:
- Conversation mode with configurable host and guest voices
 - URL-based content sourcing
 - Customizable duration and highlights
 - Webhook callbacks for status updates
 - Project snapshot IDs for audio downloads
 
 
SDKs
- Swift: fixed an issue where resources were not being released after the end of a session
 - Python: added uv support
 - Python: fixed an issue where calls were not ending correctly
 
API
View API changes
- Added POST 
v1/workspace/invites/add-bulkendpoint to enable inviting multiple users simultaneously - Added POST 
v1/projects/podcast/createendpoint for programmatic podcast generation through GenFM - Added ‘v1/convai/knowledge-base/:documentation_id’ endpoints with CRUD operations for Agents Platform
 - Added PATCH 
v1/projects/:project_id/chapters/:chapter_idendpoint for updating project chapter content and metadata - Added 
group_idsparameter to Workspace Invite endpoint for group-based access control - Added structured 
contentproperty to Chapter response objects - Added 
retention_daysanddelete_transcript_and_piidata retention parameters to Agent creation - Added structured response to AudioNative content
 - Added 
convai_chars_per_minuteusage metric to User endpoint - Added 
media_metadatafield to Dubbing response objects - Added GDPR-compliant 
deletion_settingsto Conversation responses - Deprecated Knowledge Base legacy endpoints:
- POST 
/v1/convai/agents/{agent_id}/add-to-knowledge-base - GET 
/v1/convai/agents/{agent_id}/knowledge-base/{documentation_id} 
 - POST 
 - Updated Agent endpoints with consolidated privacy control parameters