provider Agents Platform PATCH /v1/convai/settings
@utdk/elevenlabs /v1/convai/settings
Update Convai Settings
Update Convai settings for the workspace
xi-api-key header
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Try it

Authentication
Configure credentials for ElevenLabs API Documentation
updateSettingsRoute
PATCH/v1/convai/settings
Update Convai settings for the workspace

Input

Whether the workspace can use MCP servers

Days to retain conversation embeddings. None means use the system default (30 days).

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.updateSettingsRoute({
  "can_use_mcp_servers": false,
  "rag_retention_period_days": 10,
  "default_livekit_stack": "standard"
})