---
title: "Fine-Grained API Keys"
description: ""
canonicalUrl: "https://zuplo.com/changelog/2024/06/05/fine-grained-api-keys"
pageType: "changelog"
date: "2024-06-05"
tags: "portal, security"
---
Developers can use Zuplo's CLI and API to automate tasks with the Zuplo
platform. For example, you can create a custom CI/CD process to publish your
Zuplo API or automate the management of environment variables. Previously, each
account had only a single API key, which granted full access to all resources
and functionality. With Fine-Grained API Keys, you can create multiple API keys
with limited permissions.

These new capabilities allow:

- Create API keys with specific permissions for specific tasks, environments, or
  projects.
- Set expiration dates on API Keys to ensure that they are only valid for a
  limited time.
- Administrators can view and manage all API keys in the Zuplo portal to
  maintain security of their resources.

See the
[Zuplo API Key documentation](https://zuplo.com/docs/articles/accounts/zuplo-api-keys)
for more information.

![Create API Key](/media/changelog/2024-06-15/image-1.png)