Docs
Sign in
Guides

Create a Consent Project

A consent project connects your application to an Inth-hosted c15t backend. The project stores runtime configuration and gives your app a backend URL for hosted mode.

Create the project

In the dashboard, create a consent project and choose:

  • project name
  • runtime region
  • trusted origins

The dashboard chooses the managed runtime for new consent projects.

Choose a region

Pick the region that best matches your application, users, and data-residency needs. The region determines where hosted consent services run for the project.

Add trusted origins

Trusted origins control which websites can call the hosted consent backend from the browser. Add every origin that needs access:

  • production domain
  • preview deployment domains
  • local development origin
  • staging or QA domains

Avoid broad wildcards unless they are intentional. Wildcards make setup easier for preview URLs, but they also widen the set of origins that can call the instance.

Connect your app

After the project exists, point your app at the consent backend URL or an application-local proxy.

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

Many apps proxy /api/c15t to the managed consent backend so application code can keep a stable internal path across environments.

Next steps

  • Configure policy packs for the regions you serve.
  • Add a persistent privacy settings link.
  • Verify consent records appear after test saves.
  • Confirm measurement and marketing scripts wait for consent.