El SDK de Formmy te permite integrar chatbots inteligentes directamente en tus aplicaciones. Con acceso programático completo, puedes crear, configurar y desplegar agentes conversacionales desde tu propio código. Disponible para usuarios con plan Pro o superior.
Official SDK for Formmy AI Chat. Build conversational AI experiences in your React applications.
Use the Formmy client to manage agents and conversations from your server.
Frontend (React)
Use the provider and components to add chat to your React app.
Headless Hook
Build custom chat UIs with the useFormmyChat hook.
📖 API Reference
Formmy Client
FormmyProvider
ChatBubble
useFormmyChat
useFormmyVoice
sendText() allows cross-modal input — send text messages during an active voice call. audioDestination lets you route agent audio through a custom audio chain (GainNode, AnalyserNode) for volume control and visualizations. See Voice SDK docs for full protocol details and FormmyVoiceClient for vanilla JS usage.
📘 TypeScript
Full TypeScript support included.
🚀 Demo
Check out our complete working examples with both server and client implementations.