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

# API OAuth Setting

> Configure and manage OAuth clients and personal access tokens for API authentication

## 🔐 API OAuth Configuration

<img src="https://mintcdn.com/rizler/PRg8hyBEEF_hIvXE/images/settings/api-oauth/over.png?fit=max&auto=format&n=PRg8hyBEEF_hIvXE&q=85&s=49e2c6a5458ce9e5b8321b5d02b953db" alt="Overview of API OAuth settings" width="3354" height="1500" data-path="images/settings/api-oauth/over.png" />

Manage your OAuth clients and personal access tokens to securely authenticate your applications with the API.

### 🏗️ OAuth Client Management

Create and manage OAuth clients to enable secure API access for your applications. OAuth clients allow you to:

* Generate Client ID and Client Secret for authentication
* Configure redirect URIs for authorization callbacks
* Set up confidential clients for server-side applications

### 🔑 Personal Access Tokens

Create personal access tokens for simpler API authentication without going through the full OAuth flow. Personal access tokens are ideal for:

* Personal use and testing
* Server-to-server communication
* Quick API access without OAuth complexity

<Note>
  For detailed information about OAuth setup, creating clients, generating tokens, and understanding the complete OAuth flow, please refer to the [API Reference Introduction](/api-reference/introduction).
</Note>
