BRIDLE
GETTING STARTED

Vendor integration

Bridle gives your product one completion contract for governed work inside customer environments. Your application submits a semantic profile and bounded inputs. It never sends a shell command or customer credential.

1 · Install the SDK
$npm install @bridle/completion-sdk
2 · Create a customer connection

In the Vendor Workspace, open Connections, create the enterprise relationship, and send the one-time authority URL to the customer owner. The URL is returned once and stored only as a hash.

3 · Configure signed completion delivery

Connect an installation, register an HTTPS webhook, and verify every signed event before changing vendor state. Requests and deliveries carry stable identifiers for idempotent processing.

4 · Submit a supported profile

Use the negotiated contract version and profile. Bridle validates authority, policy, entitlement, freshness, compatibility, and request integrity before the customer Gateway can execute it.