Create registry credential
render_create_registry_credentialCreate a new Render registry credential. Set registry type, name, username, auth token, and owner ID to enable authentication for container registries.
Instructions
Create registry credential. Create a new registry credential. Calls POST /registrycredentials on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| ownerId | Yes | ||
| registry | Yes | The registry to use this credential with | |
| username | Yes | ||
| authToken | Yes |