For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LogoLogo
SandboxDashboard
DocumentationAPI ReferenceChangelog
SandboxDashboard
On this page
  • June 3, 2026
  • Python API Client Launch
  • May 13, 2026
  • Provider submission
  • February 17, 2026
  • Note Medication and Allergy Fields
  • February 1, 2026
  • Payer Health
  • November 13, 2025
  • Updated Provider Page
  • November 11, 2025
  • React SDK Analytics
  • November 10, 2025
  • Bridge React SDK Launch
  • November 1, 2025
  • Enrollment Status API's
  • October 13, 2025
  • Chronic Care Management (CCM) Support
  • September 17, 2025
  • RPM Billing Support

Changelog

June 3, 2026
June 3, 2026

May 13, 2026
May 13, 2026

February 17, 2026
February 17, 2026

February 1, 2026
February 1, 2026

Payer Health

Payer health monitoring is now available in the dashboard, with a network status view and change notifications via webhooks.


November 13, 2025
November 13, 2025

November 11, 2025
November 11, 2025

November 10, 2025
November 10, 2025

November 1, 2025
November 1, 2025

October 13, 2025
October 13, 2025

September 17, 2025
September 17, 2025

Older posts

Next
Built with

Python API Client Launch

We’re excited to announce the launch of our official Bridge Python API Client!

What’s New

Bridge Python API Client (usebridge-api) is now available on PyPI, providing a Python client for seamless integration with the Bridge API.

Key Features

  • Type Safety: Full Python type hints with generated types from our API specification
  • Request/Response Validation: Built-in validation for all API requests and responses
  • Error Handling: Comprehensive error handling with detailed error messages
  • Modern Python: Async/await support with Pydantic models

Getting Started

Install the SDK:

$pip install usebridge-api

Check out our Python API Client documentation for installation guides, examples, and links to the API reference.

Provider submission

The dashboard submit form and CSV for new providers have been updated so supervisor NPI is no longer collected there and is instead collected on the provider onboarding form.

There is a new POST endpoint for partner submissions. See Submit Provider for details.

Note Medication and Allergy Fields

Note.data now supports two new optional array fields:

  • MEDICATIONS: a list of active medications documented for the patient.
  • ALLERGIES: a list of known patient allergies.

Updated Provider Page

The Provider management page has been overhauled to provide better insights and controls.

Improvements

  • Enhanced Profile: View detailed provider information, including enrollment status and history.
  • Better Navigation: Quickly switch between provider details, enrollments, and associated organizations.
  • Performance: Faster loading and searching of provider records.

React SDK Analytics

The Bridge React SDK now supports an event-driven analytics system, allowing you to track user interactions throughout the eligibility flow.

Key Features

  • Event Tracking: Monitor sdk.initialized, input changes, and eligibility outcomes.
  • Custom Handlers: Use the AnalyticsHandler interface to send events to your preferred analytics provider.
  • Rich Context: Events include session IDs, input values, and error details.

See the Analytics documentation for details.

Bridge React SDK Launch

We’re excited to announce the launch of our official Bridge React SDK! 🚀

What’s New

Bridge React SDK (@usebridge/sdk-react)[https://www.npmjs.com/package/@usebridge/sdk-react] is now Generally Available

Key Features

  • Open source, with a full demo site
  • Simplified Soft and Hard eligibility checks, seamless handling multiple Service Types
  • Hook-based implementation of Bridge’s eligibility flows and best practices
  • Freedom to support any UI flow, layout and style
  • Optimizations for responsiveness, including Bridge’s new SSE API’s

Supporting and evolving this SDK is one of Bridge’s highest priorities. Expect regular updates, support for new features, keeping you up to date with the conversion best-practices.

Check out our React SDK documentation for installation guides and examples.

The React SDK is built above a node-safe core package, which may also simplify the process for those running eligibility on the backend - get in touch!

Enrollment Status API’s

Provider onboarding data that was previously available through the dashboard as the Eligibility Report is now available through API’s and Webhooks.

Use the Get Enrollment Status API to fetch a structured version of the report data.

Listen for the new provider.enrollment_status.updated Event to be notified when these values change.

Chronic Care Management (CCM) Support

Bridge now supports billing and management for Chronic Care Management (CCM) services.

Key Features

  • Initiating Visit Tracking: Track the required initiating visit date for CCM enrollment.
  • Triage Support: New triage types to identify missing information, such as the initiating visit date.
  • Billing: Support for CCM-specific billing codes and rules.
  • Documentation: Enhanced note creation flows to capture necessary CCM data.

RPM Billing Support

Bridge now supports billing for Remote Patient Monitoring (RPM) services, including device setup and supply.

What’s New

  • Device Setup: Bill for initial device configuration and patient education.
  • Device Supply: Support for billing device supply codes.
  • Validation: Built-in validation rules for RPM-specific CPT codes to ensure claim accuracy.