Vibe

Supports:

  • āœ… Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
client_idstringClient IDfalse
client_secretstringClient secretfalse
oauth_refresh_tokenstringfalse

Example

1{
2 "name": "Vibe connection",
3 "type": "vibe",
4 "configuration": {
5 "client_id": "",
6 "client_secret": "",
7 "oauth_refresh_token": ""
8 }
9}