Skip to main content
POST
/
api
/
v1
/
integrations
/
{id}
/
install
Install an integration
curl --request POST \
  --url https://api.kataven.ai/v1/api/v1/integrations/{id}/install \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "params": {
    "api_version": "2024-09",
    "region": "us-east-1"
  },
  "secrets": {
    "api_key": "sk_live_...",
    "webhook_secret": "whsec_..."
  }
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.kataven.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Headers

X-Account-ID
string

Tenant database. Required when using a Zitadel JWT.

Path Parameters

id
string
required

Integration id (uuid) or name

Body

application/json

Params and secrets

Params and secrets

params
object
Example:
{
"api_version": "2024-09",
"region": "us-east-1"
}
secrets
object
Example:
{
"api_key": "sk_live_...",
"webhook_secret": "whsec_..."
}

Response

OK

{key}
string