For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
SandboxDashboard
DocumentationAPI ReferenceChangelog
  • Getting Started
    • Overview
      • Overview
      • TypeScript
      • Python
  • Concepts
    • Eligibility
    • Providers
    • Patients
    • Notes
    • Services
    • Revalidation
    • Consent
  • Eligibility
    • Soft Eligibility
    • Hard Eligibility
    • Policy Errors
    • Conditional Patient Responsibility
  • Guides
    • Enrollment Status
    • Monitoring Payer Health
    • Webhook Behavior
  • Integrations
LogoLogo
SandboxDashboard
On this page
  • Shared capabilities
  • Resources
Getting StartedAPI Client

API Client

Was this page helpful?
Previous

TypeScript

Next
Built with

Bridge provides official API clients for TypeScript and Python. Both SDKs are generated from our OpenAPI specification and offer type-safe methods, automatic authentication, and consistent error handling.

Choose the guide for your stack:

TypeScript

npm package @usebridge/api — Node.js and browser-friendly client with full TypeScript types.

Python

PyPI package usebridge-api — Python client with type hints and Pydantic models.

Shared capabilities

Both clients support:

  • Authentication: API key configuration with automatic token handling
  • Environments: Production and Sandbox for each client
  • Generated resources: Patients, policies, eligibility, and other Bridge API resources
  • Validation: Request and response validation aligned with the API specification

Resources

API Reference
Testing Guide