Register a connector
POST/v1/admin/connectors
Adds a connector to the catalog so policies may target it. Connector keys are bare strings — there is no per-connector capability or fact-advertisement payload (facts live exclusively on tenant policy entries).
Request
Responses
- 201
- 400
- 401
- 409
- 500
- 503
Connector created successfully
Schema validation failed (GEN000000)
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006)
Duplicate connectorKey — a connector with this key already exists.
Internal server error (GEN100000)
Connector-routing datastore temporarily unavailable (CRT103002)