Seam AI

Supports:

  • ✅ Enrichment
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
apikey_idstringAPI key IDtrue
apikey_secretstringAPI key secrettrue
base_urlstringAlternative base URL

Alternate environment API URL (including any necessary paths
false

Example

{
"name": "Seam AI connection",
"type": "seamai",
"configuration": {
"apikey_id": "9snbax8ij4hvAvBv3ap3EpQ",
"apikey_secret": "9snbax8ij4hvAvBv3ap3EpQ",
"base_url": ""
}
}

Model Sync

Enrichment

Configuration

NameTypeDescriptionRequired
enricherstringID of enricher to usetrue

Example

{
...
"configuration": {
"enricher": "smdLlGCX8SuwOIrW3rWQGU"
}
}