# Saytics ## Docs - [Saytics Pricing Plans, Billing, and Invoices](https://docs.saytics.com/account/billing.md): Review Saytics pricing plans, upgrade your subscription, update payment details, and download invoices from your billing settings. - [Configure Your Saytics Workspace Settings](https://docs.saytics.com/account/settings.md): Configure your Saytics workspace: update your project name, manage API keys, set data retention, and configure notification preferences. - [Invite Teammates and Manage Roles in Saytics](https://docs.saytics.com/account/team.md): Add teammates to your Saytics workspace, assign roles, and manage permissions. Collaborate on dashboards and reports with your whole team. - [Authenticate Requests with Saytics API Keys](https://docs.saytics.com/api-reference/authentication.md): Pass your Saytics API key in the Authorization header to authenticate requests. Learn the difference between write keys and secret keys. - [Events API: Track, Batch, and Query User Events](https://docs.saytics.com/api-reference/events.md): POST /v1/events to track a single event. POST /v1/events/batch to track multiple. GET /v1/events to query event history with filters. - [Saytics REST API: Base URL, Rate Limits, and Errors](https://docs.saytics.com/api-reference/introduction.md): The Saytics REST API lets you track events, manage users, and query reports programmatically. Explore base URLs, authentication, and rate limits. - [Reports API: Query Event Counts, Users, and Funnels](https://docs.saytics.com/api-reference/reports.md): GET /v1/reports to retrieve aggregated analytics data. Filter by event, time range, and user segment to build custom reporting integrations. - [Users API: Identify, Retrieve, and Delete User Data](https://docs.saytics.com/api-reference/users.md): POST /v1/users/identify to set user traits. GET /v1/users/:id to retrieve a user profile. DELETE /v1/users/:id to erase user data. - [Build, Customize, and Share Dashboards in Saytics](https://docs.saytics.com/concepts/dashboards.md): Saytics dashboards let you visualize event data, track key metrics, and share insights with your team. Learn how to create and customize them. - [Events: The Foundation of Saytics Analytics](https://docs.saytics.com/concepts/events.md): Events are the core data unit in Saytics. Learn what events are, how they are structured, and how to design an effective event schema. - [Event Properties and User Traits in Saytics](https://docs.saytics.com/concepts/properties.md): Properties add context to events and user profiles in Saytics. Learn about property types, best practices, and how to filter and segment data. - [User Identification and Profiles in Saytics](https://docs.saytics.com/concepts/users.md): User profiles in Saytics link anonymous sessions to identified accounts. Learn how user identification works and how to set user traits. - [Install the Saytics JavaScript or Node.js SDK](https://docs.saytics.com/installation.md): Install and configure the Saytics JavaScript SDK or server-side library. Covers npm, CDN, and Node.js setup with initialization options. - [Saytics Integrations: Connect Your Tools](https://docs.saytics.com/integrations/overview.md): Saytics integrates with Slack, webhooks, and other tools to bring your analytics data where your team already works. Browse available integrations. - [Get Saytics Event Alerts and Summaries in Slack](https://docs.saytics.com/integrations/slack.md): Send Saytics event alerts and daily analytics summaries to Slack channels. Set up the Slack integration in a few clicks from your dashboard. - [Saytics Webhooks: Stream Events to Any Endpoint](https://docs.saytics.com/integrations/webhooks.md): Saytics webhooks push event data to your HTTP endpoint in real time. Learn how to register a webhook, verify signatures, and handle payloads. - [What is Saytics? Product Analytics for Teams](https://docs.saytics.com/introduction.md): Saytics is a product analytics platform for tracking user events, building dashboards, and understanding growth. Start tracking in minutes. - [Quick Start: Send Your First Event with Saytics](https://docs.saytics.com/quickstart.md): Learn how to install Saytics, send your first event, and view data in your dashboard. This step-by-step guide takes about five minutes. - [Design and Send Custom Events in Saytics](https://docs.saytics.com/tracking/custom-events.md): Custom events let you track actions specific to your product. Learn how to name events, structure properties, and build a consistent event schema. - [Identify Users and Set Traits in Saytics](https://docs.saytics.com/tracking/identify.md): Link anonymous sessions to user accounts with Saytics identify. Learn when to call identify, what traits to set, and how to update user profiles. - [Tracking Events with the Saytics JavaScript SDK](https://docs.saytics.com/tracking/javascript.md): Use the Saytics JavaScript SDK to track page views, user actions, and custom events in your browser-based app. Includes setup and code examples. - [Track Events Server-Side with Saytics Node.js SDK](https://docs.saytics.com/tracking/server-side.md): Track events from your backend using the Saytics Node.js library or HTTP API. Ideal for purchase confirmations, subscription changes, and webhooks. ## OpenAPI Specs - [openapi](https://docs.saytics.com/api-reference/openapi.json)