API Applications

An API Application is a security identity used for accessing projects and their resources through the Management API.

Creating an API Application results in the generation of a set of client credentials (ID and secret) that can be used for issuing an access token. Such a token is used when authorizing the Management Api.

API Applications with a project

An API Application is project-scoped and is not tied to a user (even though it does have an owner). Instead, it is associated with a project and allows access only to this project's resources.

This approach minimizes the risk of accidental changes to the wrong project and allows for more granular access control over resources.

circle-exclamation

Last updated

Was this helpful?