Sheetfront

Manage API Keys

Create, rotate, and revoke API keys

API keys authenticate requests to one sheet connection.

Create a Key

  1. Open a connected sheet.
  2. Go to API Keys.
  3. Click Create API Key.
  4. Save the full key immediately.

Full keys are shown once. Sheetfront only stores a hash.

Key Actions

ActionUse whenResult
CreateA new app or automation needs accessNew key is shown once
RotateA key may be exposedOld key stops working
RevokeAccess is no longer neededRequests return 401
RenameYou need clearer trackingKey value does not change

Keep It Clean

  • Use one key per app or automation.
  • Store keys in environment variables.
  • Set limits that match expected usage.
  • Revoke unused keys.

On this page