Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

NVIDIA Run:ai Service Accounts API

Service accounts enable programmatic access to the NVIDIA Run:ai API, allowing applications or automated systems to authenticate and interact securely. Each service account is associated with an access key which includes a client ID and secret used to generate access token. Service accounts can be managed organization-wide or with a defined scope.

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

This API exposes 6 operations across 3 paths, and defines 7 schemas. It is described by OpenAPI 3.0.3, at version latest.

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

6 operations 3 paths 7 schemas 1 DELETE2 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

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

Authentication & Security 1

NVIDIA Run:ai Service Accounts 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 6

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

Service Accounts 6

Service accounts enable programmatic access to the NVIDIA Run:ai API, allowing applications or automated systems to authenticate and interact securely. Each service account is ass…

GET
/api/v1/service-accounts
Get a list of service accounts.
get_service_accounts → 200400401403404500503
POST
/api/v1/service-accounts
Create a service account.
create_service_account body → 201400401403404409500503
GET
/api/v1/service-accounts/{serviceAccountId}
Get service account by id.
get_service_account_by_id 1 param → 200400401403404500503
PATCH
/api/v1/service-accounts/{serviceAccountId}
Update service account details by id.
update_service_account_by_id 1 param body → 200400401403404500503
DELETE
/api/v1/service-accounts/{serviceAccountId}
Delete a service account by id.
delete_service_account_by_id 1 param → 204400401403404500503
POST
/api/v1/service-accounts/{serviceAccountId}/secret
Regenerate a service account secret.
regenerate_service_account_secret 1 param → 200400401403404500503

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are ServiceAccount (9 properties), ServiceAccountPostResponse (4 properties), Error (3 properties), ServiceAccountPatchRequest (1 property). Each schema is shown below with its type and property counts.

RegenerateServiceAccountSecretResponse
object
1 property
ServiceAccount
object
9 properties 8 required
ServiceAccounts
array
ServiceAccountPostResponse
object
4 properties 3 required
Error
object
3 properties 2 required
ServiceAccountCreationRequest
object
1 property 1 required
ServiceAccountPatchRequest
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

runai-service-accounts-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