Getting Started

Welcome! Follow the instructions below to learn how to capture data, get structured insights, and answer business questions with Sticklight.

// Fancy platform screenshot here

1

Generate a Sticklight API key

  1. Login to the Sticklight platform.

  2. Navigate to API Keys settings and click “Generate New Key”. Give the key a descriptive name, and store it securely.

2

Use our SDKs to capture runtime data

Choose the SDK that matches your tech stack:

3

Interact with your data in Views

Views are vantage points over your captured data. They are specialized tables with exploration tools for resolving key product questions.

  1. In the Sticklight Platform, navigate to Views

  2. Extract structured insights from your data by creating Properties

4

Create your first Property

Properties enrich your data for deeper understanding. Sticklight offers two types of Properties:

5

Create your first Chart

// The text below is LLM generated

Charts transform your View data into visual representations that reveal patterns and trends:

  1. Navigate to the Charts section and click “Create Chart”

  2. Select the View you want to visualize

  3. Choose a chart type (line, bar, etc.) based on what you want to analyze

  4. Configure the axes and series:

    • X-axis: Time or a categorical property

    • Y-axis: A numeric property or count

    • Series: Optional grouping by a categorical property

  5. Add filters to focus on specific data segments if needed

  6. Name your chart and click “Create”

For example, you might create a line chart showing “Average Response Sentiment” over time, grouped by “Model Type” to compare different LLMs.

Charts help you identify trends that might not be obvious from tabular data and make it easier to communicate insights with teammates.