Docs
Sign in
Guides

Connect c15t

Use c15t docs for framework setup, component APIs, hooks, styling, translations, script gating, iframe blocking, and IAB TCF component behavior. This page only covers the Inth-specific connection points.

Configure hosted mode

In production, use hosted mode and point backendURL at your Inth-hosted consent backend.

{
  mode: 'hosted',
  backendURL: '/api/c15t'
}

/api/c15t is an application-local proxy pattern. If your deployment uses a project backend URL directly, set backendURL to that URL.

Match trusted origins

The origin serving your app must be listed on the Inth consent project. Include production, preview, staging, and local origins that need browser access to the backend.

If c15t initializes locally but fails against hosted infrastructure, check trusted origins first.

Keep categories consistent

The categories configured in your c15t app should match the policy behavior you manage in Inth. For example, if the app gates analytics under measurement, make sure the active policies expose that category where required.

Use c15t for frontend behavior

Go to c15t.com/docs for:

  • framework quickstarts
  • ConsentManagerProvider
  • banners, dialogs, widgets, and triggers
  • useConsentManager
  • script loading and iframe blocking
  • styling and slots
  • internationalization
  • IAB TCF frontend behavior
  • self-hosting c15t

Use Inth docs when the question is about the hosted project, backend URL, origins, policy resolution, records, runtime behavior, or the managed IAB TCF CMP layer.