> ## 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 API and get started building your integration.

The Trophy Application API is a set of endpoints that provide simple interfaces for building gamification experiences and covers the full range of actions that an end user of your application can perform.

It does not include global administrative functions or actions that should only be performed by your internal systems. If you are looking for admin functionality, please refer to the [Admin API](/admin-api/introduction).

The Application API is accessible through [SDKs](/api-reference/client-libraries) available in most major programming languages or, for those who wish manage their own HTTP clients, is available at the following base URL.

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

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

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

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

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

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

  <Card title="Idempotency" icon="repeat" href="/api-reference/idempotency">
    Learn how to prevent unintended side effects when retrying requests.
  </Card>

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

<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!
