Connector Service — OpenAPI
The connector service (R44a) manages the external data source catalog, credential custody, egress policy, read-only probes, and schema discovery.
Accessing the Spec
| Swagger UI | http://localhost:8011/docs |
| ReDoc | http://localhost:8011/redoc |
| OpenAPI JSON | http://localhost:8011/openapi.json |
These URLs access the service directly (port 8011), bypassing the API gateway. In production, use the gateway at port 8000. Note that GET /connectors/{key}/status and the execution paths are service-internal — the gateway NotFounds them.
Route Prefixes
/connectors— catalog CRUD, engine metadata, credential set, probe, discovery, schema snapshots
Explore the Swagger UI for full request/response schemas including RegisterConnectorRequest, PatchConnectorRequest, CredentialRequest, and ConnectorResponse. Credential material never appears in any response schema — ConnectorResponse exposes has_credential only.
Last updated on