
Your journey to Suki integration
Follow this structured path to successfully integrate Suki’s AI-powered healthcare capabilities. Each step builds on the previous one, ensuring you have a solid foundation before moving forward.Estimated Total Time: 4-6 weeks from start to production deployment
Foundation setup
Step 1: Partner onboarding
Goal: Get registered with Suki and receive yourWhat You'll Do
- Contact Suki partnership team
- Provide business information and authentication method
- Receive your unique
partner_id
partner_id, move to Step 2Step 2: Authentication setup
Goal: Configure secure authentication between your system and SukiWhat You'll Do
- Choose authentication method (, Okta, JWT Assertion)
- Set up your identity provider integration
- Test token generation and validation
Step 3: Choose your integration path
Depending on the workflow you choose, you will need to choose the best integration method for your application. Refer to the Workflows overview for more information about the different workflows and how to choose the best integration method for your application.- Ambient Workflows
- Form Filling Workflows
Integration choice
Goal: Select the best integration method for your applicationWeb SDK
Best for: React/JavaScript web apps that want Suki UI
- Pre-built clinical UI components
- Automatic state management
- Fastest browser implementation
Headless Web SDK
Best for: React 18+ web apps with a custom UI
- Hooks for auth, sessions, and recording
- You build all interface and layout
- Same core ambient behavior as the Web SDK
Mobile SDK
Best for: Native iOS applications
- Optimized for mobile audio
- Native performance
- Offline capabilities
Direct APIs
Best for: Custom implementations on any stack
- Maximum flexibility
- Any programming language
- Full control at the API/WebSocket level
Integration implementation
- Web SDK path
- Headless Web SDK path
- Mobile SDK path
- REST APIs path
Goal: Install and configure the Suki Web SDKWeb SDK quickstart →
Install package (15 min)
Install Next: Initialize auth and the SDK client (see quickstart for your stack)
@suki-sdk/core plus @suki-sdk/react for React or @suki-sdk/js for plain JavaScriptBasic configuration (30 min)
Create Next: Mount the UI and start an ambient session
SukiAuthManager from @suki-sdk/core with your partnerId, partnerToken, and provider fields. In React, wrap with SukiProvider and call init({ authManager }) from useSuki() in a child (once, usually from useEffect). In JavaScript, call initialize({ authManager }) from @suki-sdk/js.Advanced features
Estimated Time: 1-2 weeksStep 5: Add advanced capabilities
Goal: Enhance your integration with Suki’s advanced featuresMultilingual Support
Time: 2-3 hoursEnable support for 80+ languages with automatic English note generationKey Features:
- Automatic language detection
- Multi-language conversations
- English output standardization
Problem-Based Charting
Time: 4-6 hoursImplement diagnosis-focused documentation structureKey Features:
- Problem-oriented notes
- Diagnosis tracking
- Enhanced clinical workflows
Custom Note Sections
Time: 2-4 hoursConfigure custom clinical note sections using LOINC codesKey Features:
- 26+ standard sections
- Custom section ordering
- EHR integration ready
User Preferences
Time: 3-5 hoursAllow providers to customize their documentation preferencesKey Features:
- Personal note styling
- Section preferences
- Workflow customization
Production readiness
Estimated Time: 1 weekStep 6: Testing & optimization
Goal: Ensure your integration is production-readyWhat you will do
- Comprehensive testing with real clinical scenarios
- Performance optimization and error handling
- Security review and compliance verification
- User acceptance testing with healthcare providers
- Audio quality and streaming reliability
- Note generation accuracy and speed
- Error handling and recovery
- HIPAA compliance verification
Step 7: Go live
Goal: Deploy your Suki-powered application to productionProduction deployment
- Switch to production environment
- Monitor initial usage and performance
- Gather user feedback and iterate
- Scale based on usage patterns
- 24/7 technical support during launch
- Performance monitoring and alerts
- Regular check-ins with Suki team
Next steps
If you have all the required information andpartner_id, start with the Getting started guide to get oriented.
For ambient workflows, open the quickstart or overview for your path: Web SDK, Headless Web SDK, Mobile SDK, or Ambient API overview.
For form filling workflows, use the Form Filling API quickstart and Form filling overview.