elevenlabs-agents

Installation
Summary

Build production-ready conversational AI voice agents with ElevenLabs Platform.

  • Supports React, React Native, Swift, and JavaScript SDKs with dashboard or CLI-based agent configuration
  • Add client-side and webhook-based server tools, upload knowledge bases for RAG, and configure voice, LLM, system prompt, and first message
  • Includes signed URL authentication pattern, agent versioning for A/B testing, and dynamic variable injection for user context
  • CLI provides init, deploy, test, and simulate commands; dashboard offers 5000+ voice options and full agent management
SKILL.md

ElevenLabs Agent Builder

Build a production-ready conversational AI voice agent. Produces a configured agent with tools, knowledge base, and SDK integration.

Packages

npm install @elevenlabs/react           # React SDK
npm install @elevenlabs/client          # JavaScript SDK (browser + server)
npm install @elevenlabs/react-native    # React Native SDK
npm install @elevenlabs/elevenlabs-js   # Full API (server only)
npm install -g @elevenlabs/agents-cli   # CLI ("Agents as Code")

DEPRECATED: @11labs/react, @11labs/client -- uninstall if present.

Server-only warning: @elevenlabs/elevenlabs-js uses Node.js child_process and won't work in browsers. Use @elevenlabs/client for browser environments, or create a proxy server.

Workflow

Related skills
Installs
1.1K
GitHub Stars
776
First Seen
Jan 20, 2026