# Kaleido AI integration on Definable

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

## What this connects

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

Vendor: https://kaleido.io/

## Tools available

**29** tools available. First 12:

- `KALEIDO_ADD_IDENTITY_PROOF` — 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.
- `KALEIDO_CREATE_API_KEY` — 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).
- `KALEIDO_DELETE_API_KEY` — 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.
- `KALEIDO_DELETE_ORGANIZATION_IDENTITY_PROOF` — Delete Organization Identity Proof — Remove an x509 identity proof from a Kaleido organization. This permanently deletes the identity proof. The deletion is irreversible.
- `KALEIDO_GET_API_KEY` — 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.
- `KALEIDO_GET_API_KEYS` — 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.
- `KALEIDO_GET_APPLICATION_CREDENTIALS` — Get Application Credentials — Tool to retrieve application credentials for a specific environment. Use when you need to list DApp credentials after environment setup.
- `KALEIDO_GET_BILLING_SUMMARY` — 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.
- `KALEIDO_GET_CONSORTIA` — Get Consortia — Tool to retrieve all consortia associated with the organization. Use after authenticating to view existing consortia.
- `KALEIDO_GET_EVENT_STREAMS` — 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.
- `KALEIDO_GET_IDENTITY_PROOF` — Get Organization Identity Proof — Tool to retrieve a specific identity proof for a Kaleido organization. Use when you need details about a specific x509 certificate or identity proof that was previously added to an organization.
- `KALEIDO_GET_INVITATIONS` — Get Invitations — Tool to retrieve all invitations for the current user where they are the target. Use after authenticating to view pending invitations.

## Auth

Auth schemes: `API_KEY`.

## How agents use Kaleido

Inside a Definable workflow, Kaleido is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Kaleido** — the Researcher (GPT-5.5) pulls context from Kaleido (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Kaleido** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Kaleido (create record, post message, draft email).
- **Designer / Engineer → Distributor → Kaleido** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Kaleido (attach file, open PR comment, post status).

The Verifier checks every Kaleido call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/kaleido/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
