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

# Introduction

> DeepSmith developer documentation

Welcome to the DeepSmith documentation. Here you'll find guides for integrating with DeepSmith's content pipeline using webhooks, API keys, and CMS integrations.

## Get started

<CardGroup cols={2}>
  <Card title="Webhooks" icon="globe" href="/webhooks/overview">
    Receive real-time notifications when events happen in your workspace.
  </Card>

  <Card title="Event Catalog" icon="list" href="/webhooks/event-catalog">
    See every event type and its payload schema.
  </Card>

  <Card title="Security" icon="shield-check" href="/webhooks/security">
    Verify webhook signatures with code examples in Node.js, Python, PHP, and Go.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/webhooks/troubleshooting">
    Diagnose and fix common webhook issues.
  </Card>
</CardGroup>
