How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

NVIDIA Run:ai Credentials API

Credentials are used to unlock protected resources such as applications, containers, and other assets. For more information, see [Credentials](https://run-ai-docs.nvidia.com/saas/workloads-in-nvidia-run-ai/assets/credentials).

NVIDIA Run:ai Credentials API is one of 62 APIs that NVIDIA Run:ai publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Credentials. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 26 operations across 11 paths, and defines 76 schemas. It is described by OpenAPI 3.2.0, at version latest.

Requests are made against a single base URL, https://app.run.ai.

26 operations 11 paths 76 schemas 5 DELETE11 GET5 POST5 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
latest
Base URL
https://app.run.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

NVIDIA Run:ai Credentials API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer authentication

Paths & Operations 26

Across 11 paths, the API surfaces 26 operations — 5 DELETE, 11 GET, 5 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.

Credentials 26

Credentials are used to unlock protected resources such as applications, containers, and other assets. For more information, see [Credentials](https://run-ai-docs.nvidia.com/saas/…

GET
/api/v1/asset/credentials
List credentials.
list_credentials_assets 7 params → 200401403503
GET
/api/v1/asset/credentials/access-key
List access keys.
list_access_keys 7 params → 200400401403503
POST
/api/v1/asset/credentials/access-key
Create an access key.
create_access_key body → 202400401409503
GET
/api/v1/asset/credentials/access-key/{AssetId}
Get an access key.
get_access_key_by_id 3 params → 200400401403404503
PUT
/api/v1/asset/credentials/access-key/{AssetId}
Update an access key.
update_access_key 1 param body → 202400401403404503
DELETE
/api/v1/asset/credentials/access-key/{AssetId}
Delete an access key.
delete_access_key 1 param → 202400401403404412503
GET
/api/v1/asset/credentials/password
List password credentials.
list_passwords 7 params → 200400401403503
POST
/api/v1/asset/credentials/password
Create a userid / password credential.
create_password body → 202400401409503
GET
/api/v1/asset/credentials/password/{AssetId}
Get a userid / password credential.
get_password_by_id 3 params → 200400401403404503
PUT
/api/v1/asset/credentials/password/{AssetId}
Update a password credential.
update_password 1 param body → 202400401403404503
DELETE
/api/v1/asset/credentials/password/{AssetId}
Delete a password asset.
delete_password 1 param → 202400401403404412503
GET
/api/v1/asset/credentials/docker-registry
List docker registry credentials.
list_docker_registries 7 params → 200400401403503
POST
/api/v1/asset/credentials/docker-registry
Create a docker registry credential.
create_docker_registry body → 202400401409503
GET
/api/v1/asset/credentials/docker-registry/{AssetId}
Get a docker registry credential.
get_docker_registry_by_id 3 params → 200400401403404503
PUT
/api/v1/asset/credentials/docker-registry/{AssetId}
Update a docker registry credential.
update_docker_registry 1 param body → 202400401403404503
DELETE
/api/v1/asset/credentials/docker-registry/{AssetId}
Delete a docker registry credential.
delete_docker_registry 1 param → 202400401403404412503
GET
/api/v1/asset/credentials/generic-secret
List generic-secrets.
list_generic_secret 7 params → 200400401403503
POST
/api/v1/asset/credentials/generic-secret
Create a generic-secret.
create_generic_secret body → 202400401403409503
GET
/api/v1/asset/credentials/generic-secret/{AssetId}
Get a generic-secret.
get_generic_secret_by_id 3 params → 200400401403404503
PUT
/api/v1/asset/credentials/generic-secret/{AssetId}
Update a generic-secret.
update_generic_secret 1 param body → 202400401403404503
DELETE
/api/v1/asset/credentials/generic-secret/{AssetId}
Delete a generic-secret.
delete_generic_secret 1 param → 204400401403404412503
GET
/api/v1/asset/credentials/ngc-api-key
List ngc-api-keys.
list_ngc_api_key 7 params → 200400401403503
POST
/api/v1/asset/credentials/ngc-api-key
Create a ngc-api-key.
create_ngc_api_key body → 202400401403409503
GET
/api/v1/asset/credentials/ngc-api-key/{AssetId}
Get a ngc-api-key.
get_ngc_api_key_by_id 3 params → 200400401403404503
PUT
/api/v1/asset/credentials/ngc-api-key/{AssetId}
Update a ngc-api-key.
update_ngc_api_key 1 param body → 202400401403404503
DELETE
/api/v1/asset/credentials/ngc-api-key/{AssetId}
Delete a ngc-api-key.
delete_ngc_api_key 1 param → 204400401403404412503

Schemas 76

The contract defines 76 schemas that model the data the API accepts and returns. The most detailed are AssetReadOnlyFields (11 properties), AssetCreationFields (7 properties), AssetUsageInfo (6 properties), GenericSecret (6 properties). Each schema is shown below with its type and property counts.

UpdateCount
integer
the value of an update counter of a data in the system.
Scope
string
The scope in which an asset can be used. The highest scope, system, is intended for internal purposes only.
AssetClusterStatusInfo
objectnull
4 properties
GenericSecretKeyValuePairs
arraynull
Set of key-value pairs to store in the new credential.
WorkloadSupportedTypes
objectnull
5 properties
GenericSecretCreationSpec
object
2 properties
PasswordSpec
ClusterIdOptional
stringnull
The id of the cluster.
WorkloadId1
string
A unique ID of the workload.
GenericSecretCreationRequest
object
2 properties 2 required
Password
object
6 properties 2 required
AccessKeySpec
DockerRegistryCreationRequest
object
2 properties 2 required
AssetsUsageRef
object
Reference information about usage of assets by other assets, for example datasources that uses credentials.
5 properties
AssetReadOnlyFields
object
11 properties 6 required
GenericSecretListResponse
object
1 property 1 required
AccessKey
object
6 properties 2 required
DockerRegistryUpdateRequest
object
1 property
CredentialsListResponseEntry
object
5 properties 2 required
AssetDatasourceRef
object
Reference information about a datasource asset.
4 properties 3 required
WorkloadName
string
The name of the workload.
GenericSecret
object
6 properties 2 required
AssetClusterStatusIssues
array
AssetRef
object
Reference information about an asset.
2 properties 2 required
ScopeType
string
CredentialsListResponseAssetSpec
object
5 properties
ScopeId
string
The id of the cluster, department or project, depending on the scope type.
AccessKeyListResponse
object
1 property 1 required
ComplianceInfo
objectnull
Compliance of an asset with creation of workloads in a given project.
3 properties
AssetName
string
The name of the asset.
NgcApiKeyCreationSpec
object
1 property
DockerRegistrySpec
ComplianceInfoReason
object
An issue preventing the use of a template or asset for creating workloads in a given project.
3 properties 1 required
PasswordListResponse
object
1 property 1 required
AssetMeta
DataSourceOverrides
objectnull
specific fields to override in the data source.
1 property
GenericSecretSpec
AssetClusterStatusIssue
object
3 properties 3 required
PasswordUpdateRequest
object
1 property
EncryptionKeyId
object
1 property 1 required
CredentialUpdatableFields
object
1 property
PolicyRuleEnum
stringnull
Indicates which validation rule (e.g., min, max, step, options, required, canEdit, canAdd) conflicted with policy restrictions, causing the asset or template t…
NgcApiKey
object
6 properties 2 required
AssetUsageInfo
objectnull
Details about resources that use the asset.
6 properties
GenericSecretUpdateRequest
object
1 property
NgcApiKeyCreationRequest
object
2 properties 2 required
PasswordCreationRequest
object
2 properties 2 required
DockerRegistryListResponse
object
1 property 1 required
AssetUpdatableFields
object
2 properties 1 required
CredentialUpdateRequest
AssetKind
string
The kind of the asset.
Error
object
3 properties 2 required
HttpResponse
object
2 properties 2 required
ClusterInfo1
objectnull
Cluster related information of the asset.
1 property
AssetCreationRequest
AssetsUsageRefCompute
objectnull
AccessKeyCreationRequest
object
2 properties 2 required
AssetClusterStatusIssueEnum
string
CredentialsListResponse
object
1 property 1 required
KeyValuePair
objectnull
Details of key-value pair to be stored in the credential.
2 properties
AccessKeyUpdateRequest
object
1 property
NgcApiKeySpec
PasswordCreationSpec
object
3 properties
AssetId
string
Unique identifier of the asset.
NgcApiKeyListResponse
object
1 property 1 required
EnvironmentAssetRef
object
Reference information about environment asset.
3 properties 2 required
AssetDescription
stringnull
The description of the asset.
WorkloadRefAndStatus
object
Id, name and status of a workspace or training
3 properties 2 required
AssetCreationFields
object
7 properties 1 required
NgcApiKeyUpdateRequest
object
1 property
ClusterResourceInfo
objectnull
1 property
ToolType
string
Super set of Internal and External tool types.
AssetSyncStatusEnum
string
DockerRegistry
object
6 properties 2 required
DockerRegistryCreationSpec
object
4 properties
AccessKeyCreationSpec
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

runai-credentials-api-openapi.yml Raw ↑

Other APIs NVIDIA Run:ai publishes across the network.

NVIDIA Run:ai Access Keys API
NVIDIA Run:ai Access rules API
NVIDIA Run:ai Administrator Command Line Interface API
NVIDIA Run:ai AI Applications API
NVIDIA Run:ai Applications API
NVIDIA Run:ai AuditLogs API
NVIDIA Run:ai Clusters API
NVIDIA Run:ai Compute API
NVIDIA Run:ai ConfigMap API
NVIDIA Run:ai Datasources API
NVIDIA Run:ai Datavolumes API
NVIDIA Run:ai Departments API
Where this information came from

This is an independent, third-party profile of NVIDIA Run:ai Credentials API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.