Create Registry

View as MarkdownOpen in Claude
Create a new registry credential. Password is encrypted at rest.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

x-workspace-idstring or nullOptional

Request

This endpoint expects an object.
namestringRequired1-255 characters
passwordstringRequired1-512 characters
serverstringRequired1-512 characters
usernamestringRequired1-255 characters
emailstring or nullOptionalformat: "email"
enabledbooleanOptionalDefaults to true

Response

Successful Response
created_atdatetime
emailstring or null
enabledboolean
idstringformat: "uuid"
namestring
serverstring
updated_atdatetime
usernamestring

Errors

422
Unprocessable Entity Error