Hanzo

Integrations

Connect blob storage, Slack, Mixpanel, and Insights to your project.

Integrations

Connect external services to your project — object storage for data, Slack for alerts, and analytics sinks for events. Integrations are configured per project, and their credentials are stored in Hanzo KMS, never in plaintext.

Available Connections

IntegrationWhat it does
Blob StorageS3-compatible object storage for datasets, artifacts, and backups
SlackSend alerts and notifications to a channel
MixpanelForward product and usage events to Mixpanel
InsightsStream events into Hanzo Insights, the built-in product analytics

Connect via Console

Open Integrations in the console, pick a connection, and provide its credentials (an S3 bucket + key, a Slack webhook, a Mixpanel token, or an Insights project). Credentials are written to KMS and referenced by the runtime — they are never returned to the browser.

Manage via API

List and manage a project's connections over the API. The exact fields vary per connection type; see the API Reference for each schema:

curl https://api.hanzo.ai/v1/integrations \
  -H "Authorization: Bearer hk-..."
{
  "integrations": [
    { "type": "blob-storage", "name": "artifacts", "status": "connected" },
    { "type": "slack", "name": "alerts", "status": "connected" }
  ]
}

How is this guide?

Last updated on

On this page