Create Judge Connection
POST/judges
Register a judge connection. The API key is encrypted and never echoed back.
A project-scoped connection derives its workspace from the project and requires write
membership there; a project-less connection may target a workspace directly, also requiring
write membership. A body workspace_id is never persisted alongside project_id — only
one scope wins (AIP-3117). The connection name must be unique within its resolved scope
(workspace-wide, or project-local when the project has no workspace).
Request
Responses
- 201
- 400
- 403
- 404
- 409
- 422
Successful Response
Bad Request
Forbidden
Not Found
Conflict
Unprocessable Entity