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

1{
2 "name": "Knock connection",
3 "type": "knock",
4 "configuration": {
5 "api_key": "",
6 "secret_key": ""
7 }
8}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

1{
2 ...
3 "configuration": {
4 "object": "object"
5 }
6}

Bulk Sync

Source

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