For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to Manage Access Tokens

What are Access Tokens?

Access tokens are API credentials that allow you to securely authenticate programmatic requests to your inference endpoints. Instead of using your account credentials directly, you generate a scoped token that grants access only to the specific endpoints you choose. This ensures that your deployed models are only accessible to authorized clients and applications.

By default, tokens expire after 30 days. You can set a custom expiration date. Once a token is deleted, any API requests using it will immediately fail.

a. How to Create an Access Token?

1

Log in to Your Account

2

Open Access Tokens

From the left-hand menu, select AI HUB and then choose Access Tokens.

3

Create the Access Token

Click on Create Access Token.

4

Fill in the Token Details

Field

Description

Token Name

A unique name for your token. Use lowercase letters, numbers, and hyphens only.

Accessible Endpoints

Select one or more endpoints this token is allowed to access.

Expires At (Optional)

Set a custom expiration date and time for the token. Tokens expire after 30 days by default.

5

Create

Click Create to generate the token.

Copy and store your token immediately after creation. For security reasons, it will not be shown again.

b. How to Delete an Access Token?

1

Click the Actions menu next to the token you want to delete and select Delete Access Token.

2

A confirmation dialog will appear. Click Delete Access Token to confirm.

Last updated