API token management

This feature allows you to issue and manage API tokens.
Since these tokens allow access to Alpacon API without authentication, never share them externally.

Token list

View tokens

  • You can check Name, Valid through, and last update.
  • If no expiration date is set, it is displayed as “unlimited”.

Create token

  1. Click the Add button.
  2. Set the token’s Name and Valid through, then create the token.
  3. When creating a token, you will be redirected to the detail screen of the created token, and the generated token can only be viewed on that screen.
    Since it cannot be retrieved again after leaving the page, be sure to copy and store it in a safe location.

Token detail

Click on each token in the token list to navigate to that token’s detail screen.

Token management

  • You can activate or deactivate tokens using the toggle button in the top right corner.
  • Manage the following items:
FunctionDescription
Update TokenYou can modify the token’s name and expiration date.
Delete TokenDelete the corresponding token.
Command ACLSecurity setting that can restrict commands executable with the token.

Command ACL (Command Access Control)

Command ACL is a function that controls commands executable with the corresponding API token.

  • If no commands are registered: All commands are executable
  • If at least one command is registered: Only registered commands are executable

⚠️ It is recommended to set Command ACL for security enhancement.

FunctionDescription
View CommandsYou can check the list of currently registered commands.
Add CommandEnter the command in the Add new command section and click the Save button.
Delete CommandYou can delete from the existing command list.