Kaiten
Console

Settings

Local application settings and browser preferences.

Settings

Organization Settings

Navigate to Settings (/settings) to manage your organization:

  • Organization name and details
  • Member management (if supported by your IdP)

Service Accounts

Navigate to Integrations → Service Accounts (/integrations/service-accounts) to manage machine users:

Creating a Service Account

  1. Click New Service Account
  2. Enter a name (e.g. "CI/CD", "Backend API")
  3. Click Create

Managing Tokens

  1. Click on a service account
  2. Click Generate Token
  3. Set a name and select scopes
  4. Copy the generated ksh_* token (shown only once)

Revoking Tokens

Click on a token to delete it. The token is immediately invalidated.

API Equivalent

ActionEndpoint
Create Service AccountPOST /api/service-accounts
List Service AccountsGET /api/service-accounts
Generate TokenPOST /api/service-accounts/{id}/tokens
Delete TokenDELETE /api/service-accounts/{saId}/tokens/{tokenId}

On this page