API reference

Private-beta booking API.

The BookBridge API gives approved clients a normalized way to read business booking data, search availability, request appointment changes, confirm customer consent, and track fulfillment.

Base URL: https://api.trybookbridge.com
Auth: scoped bearer API key unless an endpoint is explicitly public, such as health or onboarding analysis.

Core flow

  1. Read the business profile, locations, and services.
  2. Search availability for the selected service and date range.
  3. Submit a booking, reschedule, or cancellation request with an idempotency key.
  4. If the API returns confirmation_required, show the summary to the customer.
  5. Confirm the consent record, then resubmit the original write.
  6. Track appointment or fulfillment status until booked, proposed, failed, or escalated for review.

Representative endpoints

Public onboarding and health Business reads Appointment writes Consent Fulfillment Hosted company MCP

Public onboarding and health

Business reads

Appointment writes

Write requests require an Idempotency-Key header and explicit customer confirmation before completion.

Fulfillment

Hosted company MCP

Approved companies can create a tenant-bound hosted MCP endpoint at /mcp/:companySlug. The hosted company endpoint exposes company-specific tools according to the credential scopes. Broader tools such as find_local_business and book_local_appointment are platform/local MCP examples, not the default tool list for every hosted company endpoint.

Private-beta boundaries

Need access?

Start with the business capability check. Approved companies receive dashboard setup, API-key controls, and company MCP configuration.

Check your business