Agents Platform
- Updated Pricing: Updated self-serve pricing for Agents Platform with reduced cost and a more generous free tier.
- Knowledge Base UI: Created a new page to easily manage your knowledge base.
- Live calls: Added number of live calls in progress in the user dashboard and as a new endpoint.
- Retention: Added ability to customize transcripts and audio recordings retention settings.
- Audio recording: Added a new option to disable audio recordings.
- 8k PCM support: Added support for 8k PCM audio for both input and output.
Studio
- GenFM: Updated the create podcast endpoint to accept multiple input sources.
- GenFM: Fixed an issue where GenFM was creating empty podcasts.
Enterprise
- New workspace group endpoints: Added new endpoints to manage workspace groups.
API
Deprecated Endpoints
Studio (formerly Projects)
All /v1/projects/* endpoints have been deprecated in favor of the new /v1/studio/projects/* endpoints. The following endpoints are now deprecated:
- All operations on
/v1/projects/ - All operations related to chapters, snapshots, and content under
/v1/projects/*
Agents Platform
POST /v1/convai/add-tool- UsePOST /v1/convai/toolsinstead
Breaking Changes
DELETE /v1/convai/agents/{agent_id}- Response type is no longer an objectGET /v1/convai/tools- Response type changed from array to object with atoolsproperty
Modified Endpoints
Agents Platform Updates
GET /v1/convai/agents/{agent_id}- Updated conversation configuration and agent propertiesPATCH /v1/convai/agents/{agent_id}- Addeduse_tool_idsparameter for tool managementPOST /v1/convai/agents/create- Added tool integration viause_tool_ids
Knowledge Base & Tools
GET /v1/convai/agents/{agent_id}/knowledge-base/{documentation_id}- Addednameandaccess_levelpropertiesGET /v1/convai/knowledge-base/{documentation_id}- Addednameandaccess_levelpropertiesGET /v1/convai/tools/{tool_id}- Addeddependent_agentspropertyPATCH /v1/convai/tools/{tool_id}- Addeddependent_agentsproperty
GenFM
POST /v1/projects/podcast/create- Added support for multiple input sources
New Endpoints
Studio (formerly Projects)
New endpoints replacing the deprecated /v1/projects/* endpoints
GET /v1/studio/projects: List all projectsPOST /v1/studio/projects: Create a projectGET /v1/studio/projects/{project_id}: Get project detailsDELETE /v1/studio/projects/{project_id}: Delete a project
Knowledge Base Management
GET /v1/convai/knowledge-base: List all knowledge base documentsDELETE /v1/convai/knowledge-base/{documentation_id}: Delete a knowledge baseGET /v1/convai/knowledge-base/{documentation_id}/dependent-agents: List agents using this knowledge base
Workspace Groups - New enterprise features for team management
GET /v1/workspace/groups/search: Search workspace groupsPOST /v1/workspace/groups/{group_id}/members: Add members to a groupPOST /v1/workspace/groups/{group_id}/members/remove: Remove members from a group
Tools
POST /v1/convai/tools: Create new tools for agents
Socials
- ElevenLabs Developers: Follow our new developers account on X @ElevenLabsDevs