Kaleido
Kaleido

Kaleido is a full-stack platform for building and managing enterprise blockchain networks and applications.

Completely Secure
80609VIEWS
2459USERS

Tools

1 of 5

Add Organization Identity Proof

Add an x509 identity proof to a Kaleido organization. Use this to register a certificate chain that links an organization's off-chain PKI identity to their blockchain accounts. The certificate will be in 'pending' state until verified.

Create Api Key

Creates a new API key for the specified Kaleido organization. The returned apikey secret should be stored securely as it cannot be retrieved again. Use KALEIDO_GET_ORGANIZATIONS to obtain a valid org_id first. Note: Organizations have a limit on active API keys (e.g., 5 for starter plans).

Delete Api Key

Permanently deletes an API key by its ID. First use 'Get API Keys' to retrieve the list of API keys and their IDs. The deletion is irreversible.

Delete Organization Identity Proof

Remove an x509 identity proof from a Kaleido organization. This permanently deletes the identity proof. The deletion is irreversible.

Get Api Key

Tool to retrieve details of a specific API key by its ID. Use when you need to get information about a particular API key after obtaining its ID from the Get API Keys action.

Get Api Keys

Tool to retrieve all API keys associated with the organization. Use when you need an overview of existing API keys after authenticating.