Script tag

Configure

To get org, id, and key for each instance, visit API settings in the Seeka app, ensuring that the correct organisation and brand is selected.

<script>
    // Insert script tag here - Copy from https://seeka.app/setup/sources/script-tag-install
    // In the copied script tag, remove the "SeekaInstall" line and replace it with the below code

    SeekaInstall(
        {
            "instances": [
                // instance / brand 1
                {
                    "org": "", // Org id
                    "id": "", // Instance ID
                    "key": "" // Public key
                },
                // instance / brand 2
                {
                    "org": "", // Org id
                    "id": "", // Instance ID
                    "key": "" // Public key
                }
                // More instances can be added
            ]
        }
    );
</script>

Usage

See this doc for how to interact with the SDK in a multi-instance setup.