Examples
Worked Examples
Full integration walkthroughs showing how real adapters were built. These are reference implementations — read them alongside the main guide to understand how the patterns apply in production.
New to the SDK? Start with the main guide first. Come back here once you understand the core concepts.
Available examples
Frontify
OAuth 2.0 + PKCE, GraphQL API, two-step S3 upload, layered folder hierarchy, custom metadata filters, Brand Hub
Bynder
OAuth 2.0 with portal URL, REST API, chunked upload with directAccessHelper, collections, facet filters, workflow tasks
How to use these examples
Each example documents:
- The capabilities the adapter declares and why
- The auth flow chosen and the decisions behind it
- Folder and asset mapping — how the remote data model maps to the CI HUB schema
- API patterns specific to that platform (GraphQL, REST, pagination)
- Upload flow — server-side, client-side (directAccessHelper), or both
- Edge cases and how they were handled
Use them as a reference when building your own integration — not as a copy-paste starting point. Your platform's API will have different shapes, auth requirements, and data models.