// getting started
Getting Started
From zero to your first event in about five minutes. No config files, no dashboards to babysit.
Create a project
Log in to the dashboard and create a project. You'll get an API key that looks like cl_xxx — this key authenticates your SDK calls.
Install the SDK
Log your first event
See it show up
Open your dashboard and the event is there in the live feed, filterable by channel. If you configured a Slack webhook or email recipients, it lands there in real time too.
That's it. Call customer.log() anywhere in your code — signups, payments, plan limits, errors, custom events — and stop refreshing Stripe to find out what happened.
Next steps
- Implement it in your framework — see SDK Implementations.
- Structure events well for AI summaries — see Event Types.
- Get notified in Slack and email — see Integrations.
- Full options for the log call — see SDK Reference.