Register Embedding Config
POST/embedding-configs
Register an EmbedProjectConfig under a workspace-scoped name.
workspace_id is required — unlike SDG adapters, this endpoint does not fall back to the
caller's first workspace membership. The caller must hold a write-capable role
(workspace_admin or workspace_editor) in that workspace. The config payload is
validated and normalised before storage, and the name must be unique among live (non-deleted)
configs within the workspace — a concurrent registration racing to the same name is rejected
rather than silently overwriting the other.
Request
Responses
- 201
- 403
- 404
- 409
- 422
Successful Response
Forbidden
Not Found
Conflict
Unprocessable Entity