Skip to main content

Gumband SDK

Our SDK makes it easy to integrate Gumband into your project's software stack. While each language of SDK that we support has its nuances, they all follow the same general workflow.

1

Graphic illustrating getting component credentials from the Gumband UI

Use the Gumband UI to create an exhibit, where you will receive an ID and auth token.
2

Graphic illustrating getting component credentials from the Gumband UI

Define your exhibit's configurations and monitoring requirements in a manifest file.
3

Graphic illustrating getting component credentials from the Gumband UI

Initialize the SDK and authenticate with Gumband using your ID, token, and manifest.
4

Graphic illustrating getting component credentials from the Gumband UI

The SDK receives real-time configuration changes from Gumband’s UI via WebSocket connection.
5

Graphic illustrating getting component credentials from the Gumband UI

Use SDK helper functions to send monitoring and user event data from your exhibit.

Check out our Tutorial and Quick Start guides for more in-depth documentation.