Manage API Tokens
API tokens allow users to interact with the Aindo platform programmatically.
Each user has an associated list of tokens that they can manage.
These tokens are required to use the API for synthesizing datasets.
To access your token list, navigate to the API Tokens
page.
Create new API token
To create a new API token:
- Navigate to the
API Tokens
page. - Click on the ‘Create Token’ button.
- (Optional) Enter a name and description for the token to help you identify its purpose later.
- (Optional) Set an expiration date.
- Click ‘Create’.
The new token will be displayed. Make sure you copy and store it securely, as it will only be shown once.
Edit API token
To edit an existing API token:
- Navigate to the
API Tokens
page. - Find the token you wish to edit and click the corresponding three dots icon.
- Select ‘Edit name and description’.
- Modify the token’s name and description, as needed.
- Click ‘Update’ to apply your changes.
Suspend an API token
- Navigate to the
API Tokens
page. - Find the token you wish to suspend and click the corresponding three dots icon.
- Select ‘Suspend’.
- Confirm the suspension when prompted. The token will be immediately disabled and can no longer be used until reactivated.
Delete an API token
To delete an API token:
- Navigate to the
API Tokens
page. - Find the token you wish to delete and click the corresponding three dots icon.
- Select ‘Delete’.
- Confirm the deletion when prompted. The token will be permanently removed and can no longer be used.
Security considerations
- Keep tokens secure: Treat API tokens like passwords. Do not expose them in your code or share them publicly.
- Remove unused tokens: Suspend or delete any tokens that are no longer needed.
- Set expiration dates: Use expiration dates to automatically limit the lifespan of tokens, reducing the risk of misuse.
By following these best practices, you can ensure the secure and efficient use of API tokens on the Aindo platform.