#are all agents public or can i set one private?

1 messages · Page 1 of 1 (latest)

finite nexusBOT
#
AI-generated Answer for fin1980

Agents can be set as either public or private. Public agents can be accessed by anyone with the link, and they can be implemented on other websites. For private agents, you can use a signed URL to ensure that only authorized users can access them, requiring authentication through an API key. For more details on using agent IDs and setting up private agents, you can refer to the WebSocket - ElevenLabs documentation.

warm bloom
#

how to make an agent private?

finite nexusBOT
#
AI-generated Answer for fin1980

Agents can be set to either public or private. To make an agent private, you should use an allowlist or require the website that incorporates the agent to use an API key for authentication. This ensures that only authorized users can interact with your agent.

warm bloom
#

but can anyone see the training documents or not?