Skip to main content
Developer Learning Path Hero Light

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 your Partner ID

What You'll Do

  • Contact Suki partnership team
  • Provide business information and authentication method
  • Receive your unique partner_id
Prerequisites: Business information, chosen authentication methodTime: 3-5 business daysNext Step: Once you have your partner_id, move to Step 2

Step 2: Authentication Setup

Goal: Configure secure authentication between your system and Suki

What You'll Do

  • Choose authentication method (JWKS, Okta, JWT Assertion)
  • Set up your identity provider integration
  • Test token generation and validation
Prerequisites: Partner ID from Step 1, access to your identity providerTime: 2-3 daysNext Step: With authentication working, choose your integration path

Integration Choice

Step 3: Choose Your Integration Path

Goal: Select the best integration method for your application

Implementation

  • Web SDK Path
  • Mobile SDK Path
  • API Path

Step 4a: Web SDK Setup

Goal: Install and configure the Suki Web SDK
1

Install Package (15 min)

Install the Suki Web SDK in your React application
npm install @suki/web-sdk
Next: Configure your environment variables
2

Basic Configuration (30 min)

Set up the SDK provider and basic configuration
import { SukiProvider } from '@suki/web-sdk';

function App() {
  return (
    <SukiProvider partnerId="your-partner-id">
      {/* Your app components */}
    </SukiProvider>
  );
}
Next: Create your first ambient session
3

First Ambient Session (45 min)

Implement a basic ambient documentation sessionWhat you’ll build: A simple page that can start recording, capture audio, and generate a clinical noteNext: Test with sample audio and verify note generation
Web SDK Quickstart →

Advanced Features

Estimated Time: 1-2 weeks

Step 5: Add Advanced Capabilities

Goal: Enhance your integration with Suki’s advanced features

Production Readiness

Estimated Time: 1 week

Step 6: Testing & Optimization

Goal: Ensure your integration is production-ready

What You'll Do

  • Comprehensive testing with real clinical scenarios
  • Performance optimization and error handling
  • Security review and compliance verification
  • User acceptance testing with healthcare providers
Key Areas:
  • Audio quality and streaming reliability
  • Note generation accuracy and speed
  • Error handling and recovery
  • HIPAA compliance verification
Time: 3-5 days

Step 7: Go Live!

Goal: Deploy your Suki-powered application to production

Production Deployment

  • Switch to production environment
  • Monitor initial usage and performance
  • Gather user feedback and iterate
  • Scale based on usage patterns
Support Resources:
  • 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 and partner_id, start with the Quickstart Guide to get your first app up and running in minutes.