/
OP
openrelay
/
OpenRelay API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 6h ago · Updated 6h ago
Details
Account
7
API Keys
3
Batches
4
Billing
8
Catalog
6
Clusters
8
Files
5
Internal
27
Organizations
10
Pods
3
Provider
11
Registry Credentials
3
get
List an org's registry credentials (no secrets)
post
Create a registry credential (credentials stored encrypted)
delete
Delete a registry credential
Reservations
9
Runners
9
Snapshots
4
SSH Keys
3
Transfers
8
Usage
2
VMs
15
Webhooks
7
Registry Credentials
Create a registry credential (credentials stored encrypted)
post
/v1/orgs/{orgId}/registry-credentials/create
Path parameters
orgId
string
required
Request body
CreateRegistryCredentialRequest
required
authType
'basic'
|
'aws_ecr'
|
'gcp_gcr'
required
credentials
object
required
name
string
required
server
string
required
Response
Created
RegistryCredentialSummary
required
authType
string
required
createdAt
string
required
id
string
required
name
string
required
server
string
required