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

# Introduction

> Welcome to Syncd's documentation! Here you'll find everything you need to get started with our API, SDK, CLI, and more.

## What is Syncd?

Syncd allows you to easily create, manage, and update webhooks either for your own internal use or for your customers. Our `SDK` allows you to programmatically interact with third party `API's` (fully typed!), and our `CLI` allows you tunnel ANY webhook to your local machine for easy development.

<CardGroup cols={2}>
  <Card title="Checkout the SDK" icon="pen-to-square" href="https://docs.syncd.dev/sdk">
    Easily interact with third party API's without the headache of `typing` out
    requests and responses.
  </Card>

  <Card title="Checkout the CLI" icon="image" href="https://docs.syncd.dev/cli">
    Tunnel any webhook to your local machine for easy development.
  </Card>
</CardGroup>

## See what providers we support

We support an ever-growing list of providers. Each provider has `quirks` and `features` that we've documented to make your life easier. The goal? For you and your team to never have to go to the provider's documentation again. We've got you covered.

### Quick links to our most popular providers (we offer many more!):

You can find a full list of the providers we support [here](https://docs.syncd.dev/docs/providers).

<CardGroup cols={2}>
  <Card title="Figma" icon="figma" href="https://docs.syncd.dev/providers/figma">
    See who and when someone last updated a design
  </Card>

  <Card title="GitHub" icon="github" href="https://docs.syncd.dev/providers/github">
    Use in replace of GitHub Actions
  </Card>

  <Card title="Jira" icon="jira" href="https://docs.syncd.dev/providers/jira">
    Easily see who and what is assigned to each issue
  </Card>

  <Card title="Google Sheets" icon="google" href="https://docs.syncd.dev/google-sheets">
    Get to know our customers and what they're building
  </Card>
</CardGroup>
