---
title: "POST /v1/registry-credential"
method: POST
path: "/v1/registry-credential"
tags: ["registry-credential"]
---

# POST /v1/registry-credential

`POST /v1/registry-credential`

Create new registry credentials

## Request body

- RegistryCredential
  - `key` string, required — The lookup key for this credential
  - `username` string, required — Username corresponding to this credential
  - `password` string, required — The password for the credential

## Response `201`

A description of the new credentials

- RegistryCredentialSummary
  - `key` string, required — The lookup key for this credntial
  - `username` string, required — Username corresponding to this credential

---

[API](https://skmtc.net/octoml/apis/octoai-api.md) · [All operations](https://skmtc.net/octoml/apis/octoai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octoml/octoai-api/revisions/ff4ad53097bc/schema)
