Skip to content

Reference

ElevenLabs

Connect ElevenLabs to Alter Vault for secure API access

Use ElevenLabs credentials to make authenticated API calls through Alter Vault without exposing API keys in code.

PropertyValue
Provider IDelevenlabs
CategoryAI
Credential TypeAPI Key

Log in to ElevenLabs

Log in to ElevenLabs at elevenlabs.io.

Navigate to API Keys

Navigate to Developers > API Keys at elevenlabs.io/app/developers/api-keys.

Create a key

Click Create API Key, name it, and optionally restrict permissions.

Copy the key

Copy the key — it is only shown once.

Open the Developer Portal

Go to portal.alterauth.com and navigate to the application.

Add ElevenLabs

Go to Managed Secrets > Add Provider > ElevenLabs.

Enter credentials

Paste your API Key into the credential field.

Save

Click Save. You’ll receive a grant_id to use with the SDK.

response = await alter_app.request(
HttpMethod.GET,
"https://api.elevenlabs.io/v1/voices",
grant_id="YOUR_GRANT_ID",
)
  • The key is injected via the xi-api-key header.

Alter policy rules can target these attested operations and families for operation-level and parameter-aware controls.

Operation IDFamiliesMethodProvider path
invite_useradmin, sendPOST/v1/workspace/invites/add
invite_users_bulkadmin, sendPOST/v1/workspace/invites/add-bulk
post_conversation_feedback_routesendPOST/v1/convai/conversations/{conversation_id}/feedback
whatsapp_outbound_messagesendPOST/v1/convai/whatsapp/outbound-message
public_create_orderpaymentPOST/v1/productions/orders
public_register_mediapaymentPOST/v1/productions/orders/{order_id}/media
public_remove_order_itemdelete, paymentDELETE/v1/productions/orders/{order_id}/items/{item_id}
public_submit_orderpaymentPOST/v1/productions/orders/{order_id}/submit
public_update_orderpaymentPATCH/v1/productions/orders/{order_id}
public_upsert_order_itempaymentPOST/v1/productions/orders/{order_id}/items
cancel_file_upload_routedeleteDELETE/v1/convai/conversations/{conversation_id}/files/{file_id}
delete_agent_draft_routedeleteDELETE/v1/convai/agents/{agent_id}/drafts
delete_agent_routedeleteDELETE/v1/convai/agents/{agent_id}
delete_agent_test_folder_routedeleteDELETE/v1/convai/agent-testing/folders/{folder_id}
delete_audio_isolation_history_itemdeleteDELETE/v1/audio-isolation/history/{history_item_id}
delete_auth_connectionadmin, deleteDELETE/v1/workspace/auth-connections/{auth_connection_id}
delete_batch_calldeleteDELETE/v1/convai/batch-calling/{batch_id}
delete_chapter_endpointdeleteDELETE/v1/studio/projects/{project_id}/chapters/{chapter_id}
delete_chat_response_test_routedeleteDELETE/v1/convai/agent-testing/{test_id}
delete_conversation_routedeleteDELETE/v1/convai/conversations/{conversation_id}
delete_conversation_tag_routedeleteDELETE/v1/convai/tags/{tag_id}
create_auth_connectionadmin, writePOST/v1/workspace/auth-connections
create_secret_routeadmin, writePOST/v1/convai/secrets
create_service_account_api_keyadmin, writePOST/v1/service-accounts/{service_account_user_id}/api-keys
create_workspace_webhook_routeadmin, writePOST/v1/workspace/webhooks
get_single_use_tokenadmin, writePOST/v1/single-use-token/{token_type}
add_chapterwritePOST/v1/studio/projects/{project_id}/chapters
add_mcp_server_tool_approval_routewritePOST/v1/convai/mcp-servers/{mcp_server_id}/tool-approvals
add_mcp_tool_config_override_routewritePOST/v1/convai/mcp-servers/{mcp_server_id}/tool-configs
create_agent_deployment_routewritePOST/v1/convai/agents/{agent_id}/deployments
create_agent_draft_routewritePOST/v1/convai/agents/{agent_id}/drafts
create_branch_routewritePOST/v1/convai/agents/{agent_id}/branches
create_clipwritePOST/v1/dubbing/resource/{dubbing_id}/speaker/{speaker_id}/segment
create_speakerwritePOST/v1/dubbing/resource/{dubbing_id}/speaker
get_conversation_sip_messagesreadGET/v1/convai/conversations/{conversation_id}/sip-messages
get_dubbed_filereadGET/v1/dubbing/{dubbing_id}/audio/{language_code}
get_dubbed_transcript_filereadGET/v1/dubbing/{dubbing_id}/transcript/{language_code}
get_knowledge_base_source_file_urlreadGET/v1/convai/knowledge-base/{documentation_id}/source-file-url
get_pronunciation_dictionary_version_plsreadGET/v1/pronunciation-dictionaries/{dictionary_id}/{version_id}/download
list_sip_messagesreadGET/v1/convai/phone-numbers/{phone_number_id}/sip-messages

Report an issue with this page

Necessary

Required for sign-in, security, authorization, and remembering your choices.

Always active

Analytics

Helps us understand which product and documentation features are useful.

Performance diagnostics

Uses performance tracing and privacy-masked session replay to diagnose problems.

You can change these choices at any time from Cookie settings.