Start typing to search.

API Reference

Create a connector

View Markdown
POST /api/connectors

Create a connector

Operation IDcreateConnector

Authentication

  • BearerAuth·http bearer·API key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.

Request body

This request body is required.

Content typeapplication/json

requestobject
4 properties
namestringrequired
typestringrequired

Connector type (e.g. sqlite, mongodb, mssql, api, csv)

configobjectrequired

Type-specific configuration

Additional properties are allowed.

descriptionstring

Success response body

201Connector created

Connector created

Content typeapplication/json

responseobject
7 properties
idinteger
namestring
typestring
configobject

Parsed connector configuration

descriptionstring | null
created_atstring · date-time
updated_atstring · date-time