Docs

API Tokens

Create and manage API tokens for CI and automation.

API tokens let automation upload state without interactive sign-in. Tokens are scoped to your organization.

Create a token

  1. Visit Settings → Tokens.
  2. Click Create Token.
  3. Choose a label and expiration.
  4. Copy the token value - it is only shown once.

Use a token

bash
terraform state pull | cora upload --workspace my-app --token $CORA_TOKEN

You can also send tokens through headers when calling the API.

Rotate or revoke tokens

Return to the Tokens page to revoke or rotate access. Revoked tokens stop working immediately.

Next steps