Where the API Key Lives
Every Tuco workspace can have one or more API keys managed from within the product. In practice, this means:- Workspace owners and admins control which keys exist.
- Keys can be created, renamed, or removed without affecting existing data.
- Each key is clearly labeled so you know which environment or integration it is for.
How the Key Is Used
The Tuco API key is used as the single piece of authorization information on all server‑side API calls. From your point of view:- The same key works across all documented Tuco API endpoints.
- Requests made with this key either succeed with clear confirmation or are rejected with an explicit error.
- Disabling or rotating a key immediately stops further access with the old value.
Finding or Rotating Your Key
You never need to touch any internal systems to manage your Tuco API key. Instead:- Keys are created and rotated entirely from your Tuco workspace settings.
- Changes take effect right away for all future calls that use the new value.
- Old keys can be removed when no longer needed, without changing any of your stored data.