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 Workspaces API

A Workspace is a simplified tool for researchers to conduct experiments, build AI models, access standard MLOps tools, and collaborate with their peers.Workspaces abstract complex concepts related to running containerized workloads in a Kubernetes environment and are built from predefined setups that includenetworking, storage, secrets and other resources. All the setup and configurations for research, including container images, data sets, resource requests, as well as all tools are included. for the research, in a single place. It answers the research needs while ensuring infrastructure owners keep control and allocation efficiency.A workspace is associated with a specific NVIDIA Run:ai project and you can have multiple workspaces under a specific project. For more information, see [Workspaces](https://run-ai-docs.nvidia.com/saas/workloads-in-nvidia-run-ai/using-workspaces/running-workspace).

NVIDIA Run:ai Workspaces 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 Workspaces. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 5 operations across 4 paths, and defines 141 schemas. It is described by OpenAPI 3.2.0, at version latest.

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

5 operations 4 paths 141 schemas 1 DELETE1 GET3 POST

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 Workspaces 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 5

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

Workspaces 5

A Workspace is a simplified tool for researchers to conduct experiments, build AI models, access standard MLOps tools, and collaborate with their peers. Workspaces abstract comple…

POST
/api/v1/workloads/workspaces
Create a workspace.
create_workspace1 body → 202400401403503
DELETE
/api/v1/workloads/workspaces/{workloadId}
Delete a workspace.
delete_workspace 1 param → 202401403404500503
GET
/api/v1/workloads/workspaces/{workloadId}
Get workspace data.
get_workspace 1 param → 200401403404500503
POST
/api/v1/workloads/workspaces/{workloadId}/suspend
Suspend a workspace.
suspend_workspace 1 param → 202401403404500503
POST
/api/v1/workloads/workspaces/{workloadId}/resume
Resume a workspace.
resume_workspace 1 param → 202401403404500503

Schemas 141

The contract defines 141 schemas that model the data the API accepts and returns. The most detailed are WorkloadMeta1 (11 properties), ExposedUrl (9 properties), EnvironmentVariable (8 properties), Toleration (7 properties). Each schema is shown below with its type and property counts.

LargeShmRequest
booleannull
A large /dev/shm device to mount into a container running the created workload. An shm is a shared file system mounted on RAM.
SecretFieldsUpdatable
objectnull
2 properties
EnvironmentVariableConfigMap
objectnull
Details of the configMap and key use to populate the environment variable
2 properties
ConfigMapInstance
objectnull
WorkloadId2
string
A unique ID of the workload.
Ports
arraynull
Set of container ports that the workload exposes.
WorkspaceSpecSpec
GitAuthenticationMethod
string
Specifies the authentication method to use when accessing the Git repository. This is required for private repositories - password - Authenticate using a usern…
HostIpc
booleannull
Whether to enable host IPC. Defaults to false.
DefaultMode
stringnull
File permission mode in octal string format. This value must be a 4-digit octal number, representing the default file mode when mounting a Secret or ConfigMap…
CpuMemoryRequest
stringnull
The amount of CPU memory to allocate for this workload (1G, 20M, .etc). The workload will receive at least this amount of memory. Note that the workload will n…
GpuDevicesRequest
integernull
Requested number of GPU devices. Currently if more than one device is requested, it is not possible to provide values for gpuMemory or gpuPortion.
PriorityClass
stringnull
Specifies the priority class for the workload, which determines its scheduling behavior. Valid values are: very-low, low, medium-low, medium, medium-high, high…
Label
objectnull
Label details to be populated into the container.
3 properties
SubmissionErrorV2
GitSecretRef
objectnull
4 properties
DepartmentId2
string
The id of the department.
RelatedUrls
arraynull
Set of URLs that are related to the workload.
S3Instance
objectnull
NodeSelectorTerm
objectnull
A null or empty node selector term matches no objects. The requirements of them are ANDed.
1 property
GitCommon
objectnull
4 properties
ImagePullSecrets
arraynull
A list of references to Kubernetes secrets in the same namespace used for pulling container images.
PvcVolumeMode
stringnull
Default volume mode for the PVC. Choose between Filesystem (default) or Block.
WorkspaceSpec
object
The specifications of the workspace to be created.
1 property
TolerationEffect
stringnull
The taint effect to match. (mandatory)
Annotation
objectnull
Annotation details to be populated into the container.
3 properties
NodeType3
stringnull
Nodes (machines), or a group of nodes on which the workload will run. To use this feature, your Administrator will need to label nodes. For more information, s…
HostPath
objectnull
4 properties
PvcClaimSize
stringnull
Requested size for the PVC. Mandatory when existingPvc is false. Recommended sizes: TB/GB/MB/TIB/GIB/MIB
ExposedUrls
arraynull
Set of container ports that the workload exposes via URLs.
EnvironmentVariablePodFieldReference
objectnull
Details of the field-reference and key use to populate the environment variable
1 property
Labels
arraynull
Set of labels to populate into the container running the workload.
PvcFieldsNonUpdatable
objectnull
6 properties
TerminateAfterPreemption
booleannull
Indicates if the job should be terminated by the system after it has been preempted.
Preemptibility
stringnull
Specifies whether the workload can be preempted by higher-priority workloads. Valid values are preemptible and non-preemptible. If explicitly set, this value t…
GitItems
arraynull
Set of git repositories to use in the workload.
PvcAddedAttrValues
array
an optional array of key-values pairs that are written as annotations on the created PVC. the allowed attributes are determined according to the storage class…
RunAsUid
integernull
The user id to run the entrypoint of the container which executes the workspace. Default to the value specified in the environment asset runAsUid field (option…
StorageInstanceName
objectnull
1 property
WorkloadCreationMeta
object
4 properties 3 required
AuthorizationType
stringnull
Specifies who can access the connection URL: - authenticatedUsers: Any authenticated user or service account can access the URL; the authorizedUsers and author…
WorkloadName
string
The name of the workload.
Image
stringnull
Docker image name. For more information, see [Images](https://kubernetes.io/docs/concepts/containers/images). The image name is mandatory for creating a worklo…
SeccompProfileType
stringnull
Indicates which kind of seccomp profile will be applied to the container. The options are a. RuntimeDefault - the container runtime default profile should be u…
EnvironmentVariable
objectnull
Details of an environment variable which is populated into the container.
8 properties
PvcAccessModes
objectnull
Default access mode(s) applied to newly created PVCs unless explicitly overridden.
3 properties
NfsItems
arraynull
Set of nfs volumes to use in the workload.
EnvironmentVariables
arraynull
Set of environment variables to populate into the container running the workload.
AllowPrivilegeEscalation
booleannull
Allow the container running the workload and all launched processes to gain additional privileges after the workload starts. For more information consult the U…
Probe
objectnull
6 properties
PodAffinity
objectnull
Pod affinity scheduling rules (e.g. co-locate this workload in the same node, zone, etc. as some other workloads).
2 properties
CreateHomeDir
booleannull
When set to true, creates a home directory for the container.
Port
objectnull
A port for accessing the workload.
7 properties
ProjectId
string
The id of the project.
DataVolumeInstance
objectnull
Workspace1
WorkspaceCreationRequest
Tolerations
arraynull
Set of tolerations to apply to the workload.
AutoDeletionTimeAfterPreemption
integernull
Specifies the duration after which a finished workload (completed or failed) will be automatically deleted. The default is 30 days. Log retention is managed se…
ExtendedResource
objectnull
Quantity of an extended resource.
3 properties
Nfs
objectnull
4 properties
ComplianceIssuesV2
objectnull
1 property
PortServiceType
stringnull
The service type of the port (mandatory).
PvcItems
arraynull
Set of pvc persistent volume claims to use in the workload.
Args
stringnull
Arguments to the command that the container running the workload executes.
S3AccessKey
objectnull
3 properties
EnvironmentVariableSecret
objectnull
Details of the secret and key use to populate the environment variable
2 properties
Command
stringnull
A command to the server as the entry point of the container running the workload.
S3Common
objectnull
3 properties
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…
Category
stringnull
Specify the workload category assigned to the workload. Categories are used to classify and monitor different types of workloads within the NVIDIA Run:ai platf…
SecretInstance2
objectnull
GpuMemoryRequest
stringnull
Required if and only if gpuRequestType is memory. States the GPU memory to allocate for the created workload, per GPU device. Note that the workload will not b…
ProbeHandlerScheme
stringnull
Scheme to use for connecting to the host, defaults to HTTP.
Capability
string
EmptyDir
objectnull
3 properties
UidGidSource
stringnull
Indicate the way to determine the user and group ids of the container. The options are a. fromTheImage - user and group ids are determined by the docker image…
MatchExpression
objectnull
A selector that contains values, a key, and an operator that relates the key and values.
3 properties 2 required
ExtendedResources
arraynull
Extended resources and their quantity.
EmptyDirItems
arraynull
A list of emptyDir volumes to mount in the workload.
NodePools
arraynull
A prioritized list of node pools for the scheduler to run the workload on. The scheduler will always try to use the first node pool before moving to the next o…
RunAsGid
integernull
The group id to run the entrypoint of the container which executes the workspace. Default to the value specified in the environment asset runAsGid field (optio…
SecretItems1
arraynull
Set of secret volumes to use in the workload
HostPathMountPropagation
stringnull
Share this volumes mount with other containers. If set to HostToContainer, this volume mount will receive all subsequent mounts that are mounted to this volume…
HostNetwork
booleannull
Whether to enable host networking. Default to false.
MatchExpressionOperator
string
Represents a key's relationship to a set of values (mandatory).
ProbeHandler
objectnull
The action taken to determine the health of the container. (mandatory)
1 property
SecretFieldsNonUpdatable
objectnull
1 property
WorkloadDesiredPhase
string
The desired phase of the workload.
ClaimInfo
objectnull
Claim information for the newly created PVC. The information should not be provided when attempting to use existing PVC.
5 properties
Stdin
booleannull
Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in…
PvcAddedAttrValue
object
2 properties 1 required
GpuRequestType
stringnull
Sets the unit type for GPU resources requests. Stated in terms of portion or memory. Sets the unit type for other GPU request fields. If gpuDevicesRequest 1, o…
S3Items
arraynull
Set of s3 buckets to use in the workload.
HostPathItems
arraynull
Set of host paths to use in the workload.
TolerationOperator
stringnull
A key's relationship to the value. Equal uses key and value. Exists is equivalent to wildcard for value, so that a workload can tolerate all taints of a partic…
Secret5
DataVolume
objectnull
2 properties
Pvc
SubmitWithTemplateId
object
1 property
PvcInstance
objectnull
BackoffLimit
integernull
Specifies the number of retries before marking a workload as failed (not applicable to Inference workloads). The default value is 6.
ConfigMapItems
arraynull
Set of config map volumes to use in the workload
RelatedUrl
objectnull
A URL that is related to the workload. For example, a URL to an external server providing statistics or logging about the workload.
4 properties
HttpResponse
object
2 properties 2 required
TerminationGracePeriod
integernull
Duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the po…
ExposedUrl
objectnull
A URL for accessing the workload.
9 properties
EnvironmentVariableUserCredential
objectnull
Defines a reference to a user-created credential and a specific key within that credential whose value will populate the environment variable. User credentials…
2 properties
Annotations
arraynull
Set of annotations to populate into the container running the workload.
ExcludeField
objectnull
1 property
ReadOnlyRootFileSystem
booleannull
If true, mounts the container's root filesystem as read-only.
CpuCoreRequest
numbernull
CPU units to allocate for the created workload (0.5, 1, .etc). The workload will receive at least this amount of CPU. Note that the workload will not be schedu…
WorkingDir
stringnull
Container's working directory. If not specified, the container runtime default will be used. This may be configured in the container image.
CpuMemoryLimit
stringnull
Limitations on the CPU memory to allocate for this workload (1G, 20M, .etc). The system guarantees that this workload will not be able to consume more than thi…
ClusterId
string
The id of the cluster.
ImagePullPolicy
stringnull
Image pull policy. Defaults to Always if :latest tag is specified, otherwise it is IfNotPresent.
NodeAffinityRequired
objectnull
If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements…
1 property
NfsInstance
objectnull
RunAsNonRoot
booleannull
Force the container to run as a non-root user.
Toleration
objectnull
Toleration details.
7 properties
EmptyDirInstance
objectnull
GpuPortionLimit
numbernull
Limitations on the portion consumed by the workload, per GPU device. The system guarantees The gpuPotionLimit must be no less than the gpuPortionRequest.
Capabilities
arraynull
Add POSIX capabilities to running containers. Defaults to the default set of capabilities granted by the container runtime.
Probes
objectnull
Probes are used to determine if the container is healthy and ready to accept traffic.
1 property
DataVolumeItems
arraynull
Set of data volumes to use in the workload.
Phase
string
PodAffinityType
stringnull
The affinity type, required or preferred. (mandatory)
GitPassword
objectnull
3 properties
HostPathInstance
objectnull
CpuCoreLimit
numbernull
Limitations on the number of CPUs consumed by the workload (0.5, 1, .etc). The system guarantees that this workload will not be able to consume more than this…
WorkloadMeta1
object
11 properties 8 required
GitInstance
objectnull
Tty
booleannull
Whether this container should allocate a TTY for itself, also requires 'stdin' to be true.
ImagePullSecret
objectnull
A reference to a secret in the same namespace used to pull container images.
3 properties
PvcFieldsUpdatable
objectnull
1 property
RestartPolicy
stringnull
Specify the restart policy of the workload pods. Default is empty, which is determine by the framework default
GpuPortionRequest
numbernull
Required if and only if gpuRequestType is portion. States the portion of the GPU to allocate for the created workload, per GPU device, between 0 and 1. The def…
ConfigMap
objectnull
4 properties
GpuMemoryLimit
stringnull
Limitation on the memory consumed by the workload, per GPU device. The system guarantees The gpuMemoryLimit must be no less than gpuMemoryRequest.
SupplementalGroups
stringnull
Comma separated list of groups that the user running the container belongs to, in addition to the group indicated by runAsGid. Use only when the source uid/gid…
Error
object
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

runai-workspaces-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 Credentials API
NVIDIA Run:ai Datasources API
NVIDIA Run:ai Datavolumes API
Where this information came from

This is an independent, third-party profile of NVIDIA Run:ai Workspaces 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.