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

# Introduction

> Learn about the Trophy Admin API and how to use it to drive custom workflows using Trophy data.

The Trophy Admin API is a set of endpoints for building custom gamification workflows.

While the [Application API](/api-reference/introduction) models the data and interactions required to deliver a gamification experience in-app, the Admin API models administrative actions that are only performed by your team or business logic outside of your application.

The Admin API is accessible through **the same SDKs** as the Application API or, for those who manage their own HTTP clients, is available at the following base URL.

```bash Base URL theme={null}
https://admin.trophy.so/v1
```

<Tip>
  The full API reference is available publicly at [/openapi](https://admin.trophy.so/v1/openapi).
</Tip>

<h2 id="get-started">
  Get Started
</h2>

Learn more about how to integrate with the Trophy Admin API below.

<CardGroup>
  <Card title="Authentication" icon="key" href="/admin-api/authentication">
    Securely integrate your applications with the Trophy Admin API.
  </Card>

  <Card title="Rate Limiting" icon="circle-gauge" href="/admin-api/rate-limiting">
    Learn about the Trophy Admin API and request rate limiting.
  </Card>

  <Card title="SDKs" icon="code-xml" href="/admin-api/client-libraries">
    Use Trophy’s type-safe SDKs to integrate with the Admin API.
  </Card>
</CardGroup>

<Note>
  Have a use case you think you need an admin API for? [Tell us about
  it](mailto:support@trophy.so) and we'll build it!
</Note>

<h2 id="get-support">
  Get Support
</h2>

Want to get in touch with the Trophy team? Reach out to us via [email](mailto:support@trophy.so). We're here to help!
