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

# Introduction

> Integrate Supahub features with our API for enhanced service.

Use the Supahub API to work directly with posts, changelogs, comments, and more. This lets you easily add Supahub features to your services.

With the Supahub API, you can get and change your Supahub data using code. We also have webhooks, which means we can tell your server when something happens right away.

This API helps you connect smoothly with Supahub, making your service better by using our features.

<CardGroup cols={2}>
  <Card title="Boards API" icon="window-restore" href="/api-reference/boards/board-object">
    Manages and retrieves information about different boards within the
    workspace.
  </Card>

  <Card title="Posts API" icon="comment" href="/api-reference/posts/post-object">
    Facilitates the creation, update, and retrieval of posts.
  </Card>

  <Card title="Users API" icon="user-group-simple" href="/api-reference/users/user-object">
    Manages Supahub user profiles, encompassing essential information such as
    name, email and organizational affiliations.
  </Card>

  <Card title="Changelog API" icon="bullhorn" href="/api-reference/changelog/changelog-object">
    Serves as the gateway to Supahub's changelog entries, facilitating the
    documentation and dissemination of platform updates.
  </Card>
</CardGroup>
