# NVIDIA Run:ai REST API Documentation

NVIDIA Run:ai is a platform for accelerating and managing AI workloads in shared computing environments. It enables teams to dynamically schedule, allocate, and monitor GPU resources across clusters.

The NVIDIA Run:ai control plane API provides programmatic access to these capabilities, allowing you to integrate workload submission, resource management, and administrative operations directly into your own applications, services, or automation pipelines.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-gear-code" style="color:$primary;">:gear-code:</i></h4><p><strong>About the REST API</strong><br>Overview of the NVIDIA Run:ai REST API, structure, and core concepts</p></td><td><a href="/pages/kDg5j2lLgF4Bwrlog3em">/pages/kDg5j2lLgF4Bwrlog3em</a></td></tr><tr><td><h4><i class="fa-code-pull-request" style="color:$primary;">:code-pull-request:</i></h4><p><strong>Authenticate to the API</strong><br>Create and use access tokens to authorize API requests</p></td><td><a href="/pages/kLjF8BDUukd3rY2PeTxQ">/pages/kLjF8BDUukd3rY2PeTxQ</a></td></tr><tr><td><h4><i class="fa-square-terminal" style="color:$primary;">:square-terminal:</i></h4><p><strong>Using the REST API</strong><br>Make your first requests and learn common request, response, and pagination patterns</p></td><td><a href="/pages/pl1ydhu3ksjQuBpTSsf3">/pages/pl1ydhu3ksjQuBpTSsf3</a></td></tr></tbody></table>

## Why Integrate with NVIDIA Run:ai APIs

Developers use the NVIDIA Run:ai APIs to:

* **Automate workload management** - Submit, suspend/resume, and monitor AI training and inference jobs programmatically.
* **Optimize resource utilization** - Dynamically allocate GPU and CPU resources based on workload demand.
* **Integrate with existing systems** - Connect NVIDIA Run:ai with CI/CD pipelines, data science platforms, or custom dashboards.
* **Manage multi-tenant environments** - Streamline access control, quotas, and user management across teams or projects.

By integrating with the API, you gain fine-grained control and scalability beyond the user interface, making it easier to embed NVIDIA Run:ai capabilities into your organization’s AI infrastructure.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://run-ai-docs.nvidia.com/api/2.25/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
