> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.epaygames.io/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.epaygames.io/_mcp/server.

# Overview

### Authentication

This folder contains all authentication-related requests required to access the **Epaygames Disbursement API**.

Before making any API calls, you must first obtain a Bearer access token by submitting valid credentials through the **Create Access Token** endpoint. The token is short-lived (valid for approximately 1 hour) and must be included in the `Authorization` header of all subsequent requests.

> The access token is automatically saved to the `token` environment variable upon a successful response.