Skip to main content
Personal Tokens allow you to create and manage personal access tokens for API access and IDE integrations. These tokens enable secure communication To open Personal Tokens, in Settings, select Personal Tokens. Personal Tokens Personal Tokens includes these elements:
  • Search Field to filter tokens by name
  • + button to generate new personal tokens
  • Tokens table that displays all tokens and allows editing and deleting them
  • Pagination controls to navigate through tokens lists (supports 5, 10, 50, or 100 tokens per page)
  • Action icons to preview settings, Download VSCode settings, Download JetBrains settings, and Delete options
Tokens Table displays these data:
  • Token name: The identifier for the token
  • Token value: Last 4 characters of the token (e.g., “…ab12”)
  • Expiration: Status indicator showing:
    • ✓ Green icon with “in X days” for tokens expiring in more than 7 days
    • ⚠ Warning icon with “in X days” for tokens expiring within 7 days
    • ✓ Green icon with “Never” for tokens without expiration
    • ✗ Gray icon with “Expired” for expired tokens
  • Actions: Icons for preview, downloads, and delete operations
The tokens table supports:
  • Sorting: Click the “Token name” or “Expiration” column headers to sort
  • Pagination: Change the number of tokens displayed per page (5, 10, 50, or 100)
  • Search: Filter tokens by name in real-time

Generate a Personal Token

To generate a new personal token:
  1. Select + in the top-right corner of Personal Tokens.
  2. Fill the form with these details:
    • Name field: Enter a descriptive name for the token
    • Expiration period dropdown: Select from Never, Days, Weeks, Hours, or Minutes
    • Value field: Enter the number of expiration units (appears when not “Never”)
  3. Select Generate to create the token.
  4. Review the token details in the confirmation dialog, including the token name, expiration, and the full token value.
  5. Select Copy to copy the token to your clipboard.
  6. Close the dialog to return to the tokens list.
Generate New Token
  • The generated token is displayed only once. You cannot view the full token value again after closing the dialog. Make sure to copy and securely store it before closing.
  • Token names must be unique. Choose descriptive names that identify the token’s purpose (e.g., “VSCode-Development”, “JetBrains-Production”)
You can set your token to expire:

Manage Personal Tokens

Use the search field at the top to filter tokens by name. The search is case-insensitive and filters results in real-time as you type.

Preview Settings

To preview IDE settings for a token:
  1. Select the 👁 (eye) icon.
  2. A preview panel will open on the right side showing the IDE configuration for the selected token.
  3. Use the dropdown selector to switch between VSCode and JetBrains IDE settings.
  4. From the preview panel, you can:
    • Copy: Click the copy button to copy the settings to your clipboard
    • Download: Click the download button to save the settings file
  5. Click the close button to hide the preview panel.
Preview Token

Download IDE Settings

For VSCode:
  1. Select the VSCode icon.
  2. A settings.json file will be downloaded with pre-configured settings including: Download VSCode Settings
For JetBrains IDEs:
  1. Select the JetBrains icon.
  2. An alita.xml file will be downloaded with pre-configured settings. Download JetBrains Settings
IDE settings download icons are only available when a model configuration is selected and you are not in the Public project.

Delete Tokens

To remove a token:
  1. Select the 🗑 (delete) icon.
  2. A confirmation dialog will appear asking you to confirm the deletion.
  3. Type the token name to confirm deletion.
  4. Click Delete to permanently remove the token.
Delete Token
Deleting a token is permanent and cannot be undone. Any applications or IDEs using this token will lose access immediately. Ensure the token is no longer in use before deletion.

Best Practices

Name your tokens based on their purpose and environment. Examples: “VSCode-MacBook-Dev”, “JetBrains-Windows-Prod”, “API-Testing-Temp”
  • Use “Never” only for personal development environments
  • Set 30-90 days expiration for production tokens
  • Use short expiration (hours/minutes) for testing and temporary access
Regularly check tokens with warning icons (⚠) indicating expiration within 7 days. Generate replacement tokens before expiration to avoid service interruptions.
Even for tokens set to “Never” expire, consider rotating them periodically (every 3-6 months) for enhanced security.
Remove tokens that are no longer in use to minimize security risks. Before deletion, verify the token is not actively used by any IDE or application.