Kaleido icon

Kaleido

Enterprise blockchain platform for organizations, API keys, x509 identity proofs, and full-stack blockchain network management.

Helps enterprise blockchain teams that provision API keys, register x509 identity proofs, and manage organization-level network and identity assets.

Sign in to connect Kaleido

Sign in to connect an account and start using Kaleido in your apps.

Example Use Cases

These are example ways Snow can use Kaleido when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

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.

Get Application Credentials

Tool to retrieve application credentials for a specific environment. Use when you need to list DApp credentials after environment setup.

Get Billing Summary

Retrieves a summary of billing data for the specified organization for the current month. Use this to view costs breakdown by memberships, nodes, services, storage, and support.

Get Consortia

Tool to retrieve all consortia associated with the organization. Use after authenticating to view existing consortia.

Get Event Streams

List all event streams configured on a Kaleido blockchain node's Ethconnect REST API Gateway. Event streams provide at-least-once delivery of Ethereum events from your blockchain node to webhook endpoints or WebSocket connections. Use this tool to retrieve the current event stream configurations. Note: Requires environment_id, node_id, and zone_domain to construct the Ethconnect URL, or a full_url override. Without these, falls back to the console API which may not return event streams data.