Ask once.
Prove it later.
Hosted consent and provider adapters turn an intent into a portable, signed receipt.
See the console →XCIM consent infrastructure
Emabled gives issuers, vendors, and providers a shared way to request consent, issue receipts, and verify the lifecycle of a permission.
0x7a…e91Consent is not a checkbox. It is an event with an issuer, a subject, a scope, and a lifecycle that deserves to be observable.
Hosted consent and provider adapters turn an intent into a portable, signed receipt.
See the console →Receipts, revocations, and transparency batches make every decision inspectable.
Read the docs →Use an API, SDK, or a hosted surface. XCIM keeps the contract stable underneath.
Build on XCIM →For developers
Request consent from your product, receive a receipt you can verify, and subscribe to lifecycle events without owning the identity layer.
Create a workspace// create a consent session POST /v1/consent-sessions { "manifest_uri": "xcim://…", "return_uri": "https://app.example/callback" } // verify the receipt later GET /v1/receipts/rc_…
Open by default