Get install snippet
get_install_snippetReturn what to install for a LexVibe app id. For web: the one-line snippet (cookie banner with real script blocking + hosted policy links) to paste before , plus a JSX variant for React/Next.js layouts. For iOS/Android: the hosted privacy-policy URL and the exact App Store Connect / Google Play Console fields to paste it into. No app id yet? Call claim_app to create one in the user's account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | LexVibe app id from the dashboard. | |
| accent | No | Optional brand color for the banner, as a hex value like #4f46e5. | |
| platform | No | Target platform. Defaults to web. | web |