# FleetBridge Standard Delivery Provider API This package is the complete external integration kit for an independent Delivery Provider. It contains the normative contract, a provider-only OpenAPI document, examples, signing guides, capability rules, a self-checklist, and a black-box certification runner. **Contract:** FleetBridge Standard Delivery Provider API **API major:** v1 **Semantic version:** 1.1.0 **Revision:** 2026-09-19 ## Start here Open `index.html` for the shareable partner web edition. It is self-contained and works offline when kept beside the OpenAPI file. 1. Read `STANDARD_DELIVERY_CONTRACT_API.md` and `CAPABILITIES.md`. 2. Implement the OpenAPI paths under your staging HTTPS base URL. 3. Complete `CERTIFICATION_CHECKLIST.md`. 4. Copy `certification/config.example.json` outside source control, set controlled staging fixtures, and provide secrets through environment variables. 5. Run `python3 certification/certify.py --config /secure/config.json --report /secure/report.json`. 6. Exchange the staging URL and credentials with FleetBridge through an approved secure channel. Never place credentials, webhook secrets, callback tokens, or customer data in reports or source control.