Deployment Tiers
One-Line Deploy
Drop a single script tag and your chat widget is live. Phone support goes live with one API call. No infrastructure, no devops, no waiting.
<!-- Chat: one tag, done --> <script src="https://cdn.joinsquadron.com/v1.js" data-key="sq_live_••••••••••" data-agent="alex" ></script> // Voice: phone live in seconds const res = await fetch('/api/calls/start', { method: 'POST', body: JSON.stringify({ agent: 'maya', to: '+1 (555) 000-0000' }) }); // → { status: 'connected', agent: 'Maya' }