# 2024-01-23: CE - Separate API Keys in Developer Portal

### Overview

As a customer, you can define separate API keys for each service to have more precise control over API access. This functionality contributes to creating a safer environment by enabling better access management, meeting both the needs of customers and the desired security measures.\
Please see the details within the What’s New table.

### New features

| Features                 | Benefits                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Manage Scope per service | <ul><li><strong>Access control:</strong> Individual API keys allow precise control over which services or users are authorized to access the API. Each service has its unique key, ensuring access authorizations are more granular.</li><li><strong>Misuse limitation:</strong> If a key is compromised or misused, access can be disabled for that specific key without affecting the others.</li><li><strong>Error isolation:</strong> If any problems or errors arise, it is simpler to identify the service or user that is impacted.</li></ul> |

### Fixes and Improvements

None as these are new services.

### Known Problems

No known problems at time of release.

### Documentation and links

User Guide - [Manage API Keys](/ce/getting-started/developer-portal/manage-apikeys.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/release-notes/archive/2024/2024-01-23-ce-separate-api-keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
