Skip to content
SupervisibleDocs
Admin

API Keys

Admins manage API keys from Settings -> API.

What API Keys Are For

Use API keys to:

  • Build custom integrations.
  • Sync users, clients, projects, assignments, actual hours, and time off.
  • Connect reporting workflows.
  • Automate safe operational updates.
  • Give approved tools limited access without sharing a personal login.

Access Areas

API keys can be full access or limited to the parts of Supervisible an integration needs. Choose the narrowest access that supports the workflow, such as read-only access for reporting or write access only for a trusted automation.

Creating a Key

  1. Go to Settings -> API.
  2. Create a new key.
  3. Choose a clear name, such as "Zapier Sync" or "Operations Export".
  4. Select full access or the specific access areas the integration needs.
  5. Choose an expiration, or leave the key without an expiration.
  6. Copy the key when it is shown.

The token is shown once. If you lose it, revoke the key and create a replacement.

Managing Keys

The API page shows active keys, revoked keys, expired keys, key prefixes, who created each key, and when keys were last used. Revoke a key when an integration is retired, a token may have leaked, or an access pattern no longer needs API access.

Developer Reference

Technical setup details live in Developers. Use that reference when you or an integration partner are ready to connect an external system.

On this page