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
- Visit Settings → Tokens.
- Click Create Token.
- Choose a label and expiration.
- Copy the token value - it is only shown once.
Use a token
bash
terraform state pull | cora upload --workspace my-app --token $CORA_TOKENYou 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
- Set up CI uploads using your token.
- Integrate with Atlantis for automated uploads.
- Filter sensitive data during uploads.