July 21, 2026

Personal access tokens and the security audit log are now generally available, and API keys are now called service accounts. Together, these changes give you tighter control and clearer traceability over who can access your projects, helping you meet enterprise-level security and governance requirements.
API keys are now called service accounts. The name better reflects what they are: machine identities that represent an application or integration rather than a person. They remain the recommended credential for production integrations, CI/CD pipelines, and server-side use cases that should survive personnel changes.
This is a naming change only. Existing credentials keep working, and the UNIFORM_API_KEY and UNIFORM_CLI_API_KEY environment variable names are unchanged for both credential types.
Learn more in the service accounts guide.
Personal access tokens (PATs) are API credentials tied to your user account, so a token represents you and stays scoped to your current permissions.
PATs are ideal for developer tooling that acts on your behalf, such as the Uniform MCP Server, the Uniform Context Chrome extension, and local development scripts.
Learn more in the personal access tokens guide.
These improvements apply to both service accounts and personal access tokens.
The security audit log records security-related events and changes for your team, so admins can track who created or deleted credentials, modified roles, or changed team membership.
Team admin access is required to view the audit log, under Security > Audit Log.
Learn more in the security audit log guide.
Head to your team's Security settings to create a service account or personal access token and review recent activity in the audit log. For an overview of which credential to use when, see the API access guide.