> ## Documentation Index
> Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Learn how to use SuprSend developer tools to build integrations, test notifications, and manage your notification system programmatically.

SuprSend provides a comprehensive set of developer resources to help you build, test, and manage your notification system safely and efficiently. These tools are designed to simplify integrating, building and testing your notification system with SuprSend.

## Authentication

<CardGroup cols={2}>
  <Card title="API Keys" icon="key" iconType="solid" href="/docs/developer/api-keys">
    Learn how to set up and manage API keys for secure authentication with SuprSend APIs.
  </Card>

  <Card title="Service Tokens" icon="key" iconType="solid" href="/docs/developer/service-tokens">
    Learn how to set up and manage service tokens for secure authentication with SuprSend Management API.
  </Card>
</CardGroup>

## Developer tools

<CardGroup cols={2}>
  <Card title="CLI (Command Line Interface)" icon="code" iconType="solid" href="/reference/cli-intro">
    Pull, Push and sync SuprSend assets right from your terminal.
  </Card>

  <Card title="MCP (Model Context Protocol)" icon="globe" iconType="solid" href="/reference/mcp-overview">
    Query, Search, Update assets and communicate with SuprSend from your AI agents through tool calling.
  </Card>
</CardGroup>

## SDKs and APIs

<CardGroup cols={2}>
  <Card title="SDKs" icon="laptop-code" iconType="solid" href="/docs/developer/sdk-overview">
    Choose from our server-side and client-side SDKs for seamless integration with your application.
  </Card>

  <Card title="REST API" icon="code" iconType="solid" href="/docs/developer/rest-api">
    Use our REST API to programmatically interact with SuprSend.
  </Card>

  <Card title="Management API" icon="wrench" iconType="solid" href="/docs/developer/management-api">
    Programmatically manage workflows, templates, and other SuprSend resources using our Management API.
  </Card>

  <Card title="Postman Collection" icon="rocket" iconType="solid" href="/docs/developer/postman-collection">
    Test and explore SuprSend APIs using our comprehensive Postman collection with pre-configured requests.
  </Card>
</CardGroup>

## Testing

<CardGroup cols={2}>
  <Card title="Test Mode" icon="flask" iconType="solid" href="/docs/developer/test-mode">
    Safely test notification flows in staging environments without delivering to real users.
  </Card>
</CardGroup>

## Monitoring and Logging

<CardGroup cols={2}>
  <Card title="Logs" icon="file-lines" iconType="solid" href="/docs/logging">
    Track complete notification lifecycle on SuprSend dashboard: starting from request, workflow execution, to message delivery, and its engagement status (delivered, seen, clicked).
  </Card>

  <Card title="Webhooks" icon="webhook" iconType="solid" href="/docs/outbound-webhook">
    Configure webhooks to receive real-time updates about notification status and delivery events.
  </Card>

  <Card title="Amazon S3" icon="aws" iconType="solid" href="/docs/amazon_s3">
    Store notification logs in Amazon S3 for long-term storage and analysis.
  </Card>

  <Card title="OpenTelemetry" icon="signal-stream" iconType="solid" href="/docs/opentelemetry">
    Stream real-time notification metrics to any OTLP-compatible platform — Grafana Cloud, Honeycomb, Dynatrace, or your own collector.
  </Card>

  <Card title="Datadog" icon="chart-mixed" iconType="solid" href="/docs/datadog">
    Stream `suprsend.*` metrics to Datadog with a pre-built dashboard starter kit.
  </Card>

  <Card title="New Relic" icon="chart-mixed" iconType="solid" href="/docs/new-relic">
    Stream `suprsend.*` metrics to New Relic with a pre-built dashboard starter kit.
  </Card>
</CardGroup>

## Developer Community

<CardGroup cols={2}>
  <Card title="YouTube Channel" icon="play" iconType="solid" href="https://www.youtube.com/@suprsend">
    Video tutorials, demos, and best practices for building with SuprSend.
  </Card>

  <Card title="Blog" icon="blog" iconType="solid" href="https://www.suprsend.com/blog">
    Technical articles, case studies, and product updates from our team.
  </Card>

  <Card title="GitHub Repository" icon="code-branch" iconType="solid" href="https://github.com/suprsend">
    Open source tools, examples, and SDKs for developers.
  </Card>

  <Card title="Slack Community" icon="comments" iconType="solid" href="https://join.slack.com/t/suprsendcommunity/shared_invite/zt-3932rw936-XNWY1RC8bsffh4if4ZyoXQ">
    Connect with other developers, get help, and share your projects.
  </Card>
</CardGroup>
