Settings

Credentials

Manage authentication credentials for integrations and external connections in the workspace.
updated

Manage workspace access keys

The Credentials screen allows you to create and manage authentication credentials used by the workspace to connect to external systems and services. Credentials are reusable — once created, they can be used in integrations and in HTTP Request nodes within Spaceflows.

To access it, click Credentials in the side menu under the Settings section.


Credential types

ENSPACE supports three types of credentials:

  • API Key — API key-based authentication. Used by services that provide a unique key for access.
  • Bearer Token — token-based authentication. Used by APIs that require an authorization token in request headers.
  • Basic Auth — username and password authentication. Used by services that require basic access credentials.

How to create a credential

Access the Credentials screen

In the left-side menu, click Settings > Credentials.

Click New Credential

The creation form will open.

Fill in the details

  • Name — use a descriptive name that identifies the service or purpose (e.g., "Production API - ServiceX", "Certificates Token").
  • Type — select the credential type (API Key, Bearer Token, or Basic Auth).
  • Fill in the specific settings for the selected type (key, token, username/password, etc.).

Create the credential

Click Create. The credential will be immediately available for use in the workspace.


Where credentials can be used

  • Integrations — when configuring connections with external platforms in Settings > Integrations.
  • Spaceflows — when configuring HTTP Request nodes that connect to external APIs.

Store credentials centrally on this screen instead of inserting keys and tokens directly into each integration. When a credential is updated, all integrations that use it are automatically updated.