Complete Markdown references
Each DYLI API has a standalone raw Markdown reference containing its full integration contract. Open a file directly, download it, or provide its URL to a coding model.
| API | Raw Markdown | Other machine-readable contract |
|---|---|---|
| Read API | read-api.md | Runtime endpoint index: GET /api/public/v1/overview |
| Commerce API | commerce-api.md | OpenAPI 3.1 JSON |
| 3PL API | 3pl-api.md | Company-scoped runtime responses |
The llms.txt index links all three files and the human-readable documentation.
What each file contains
- Read API: authentication, endpoint map, filtering, pagination, identifiers, response semantics, errors, and retries.
- Commerce API: key-only setup, application discovery, catalog and customer identity, quotes, Stripe, customer or treasury USDC, orders, Boxes, redemptions, signed events, and testing. For a shorter human introduction, use the Commerce quickstart.
- 3PL API: company-scoped inventory reads, account access, inventory identifiers, address and username validation, rates, USDC payment, shipments, tracking, vaulting, testing, and retries.
The Markdown references are versioned with the application and published by the same release process as these docs. For Commerce request/response schemas, use the OpenAPI document together with commerce-api.md.