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

# Authentication

> Create a token at GPUhub Console and use it for authentication.

<Note>
  The HOST address for the API server is:

  ```
  https://api.gpuhub.com/
  ```
</Note>

## Authentication

Create a token at Console → Settings → Tokens and use it for authentication.

<img src="https://mintcdn.com/gpuhub/YJFV8Ev7jfoYgQiT/images/setting-token.png?fit=max&auto=format&n=YJFV8Ev7jfoYgQiT&q=85&s=419adbcb6cca5e04db48ed39dbadeb61" alt="" width="3124" height="1578" data-path="images/setting-token.png" />

```javascript theme={null}
headers = {"Authorization": "your token"}
```
