API Reference
Create a connector
POST
/api/connectors
Create a connector
Operation IDcreateConnector
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Request body
This request body is required.
Content typeapplication/json
requestobject4 properties
namestringrequiredtypestringrequiredConnector type (e.g. sqlite, mongodb, mssql, api, csv)
configobjectrequiredType-specific configuration
Additional properties are allowed.
descriptionstringSuccess response body
201Connector created
Connector created
Content typeapplication/json
responseobject7 properties
idintegernamestringtypestringconfigobjectParsed connector configuration
descriptionstring | nullcreated_atstring · date-timeupdated_atstring · date-time