This guide shows you how to integrate SeerStack into your application. You’ll learn how to authenticate, identify users, and send your first event.Documentation Index
Fetch the complete documentation index at: https://docs.seerstack.com/llms.txt
Use this file to discover all available pages before exploring further.
1. Get your API Key
You need an API key to send data to SeerStack.- Log in to the SeerStack Dashboard.
- Go to Settings > Developer.
- Copy your Publishable Key.
2. Install the SDK
- TypeScript
- Ruby
Install the official TypeScript/JavaScript library:
3. Initialize the client
- TypeScript
- Ruby
4. Send an event
Send a test event to verify your integration.- TypeScript
- Ruby
5. Identify a user (optional)
Associate user traits to enrich your events with user context.- TypeScript
- Ruby
Next steps
Identities
Learn how to attach profiles to your users.
Datasources
Connect your production database for deeper insights.
API Reference
Explore the full API documentation.
Events
Learn event best practices.