Knock

Supports:

  • ✅ Models
  • ✅ Bulk sync source
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
api_keystringService token

Knock management API service token (knock_st_…). Required to sync workspace configuration collections.
false
secret_keystringSecret key

Knock standard API secret key (sk_…). Required to sync runtime data-plane collections.
false

Example

{
"name": "Knock connection",
"type": "knock",
"configuration": {
"api_key": "",
"secret_key": ""
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

{
...
"configuration": {
"object": "object"
}
}

Bulk Sync

Source

Knock connections may be used as a bulk sync source. No additional configuration options are required.