# API Keys

Pictor API allows you to programmatically manage your GPU instances, streamline machine operations, and automate your AI/ML workflows. Whether you’re working with a single GPU instance or managing a fleet of machines, the API gives you direct control over key features of our platform.

### Create an API Key

You can create, view, and manage your API keys in the **API Keys** page of the Pictor App. An API key is required for all requests made to the REST API.

To create a new API key:

* Go to the [API Keys page](https://app.pictor.network/account/keys) and click **Create Key**.&#x20;
* Name your API key

<figure><img src="/files/adPwVjLLsadP32uXWQPt" alt=""><figcaption></figcaption></figure>

* Copy your key and save it.

{% hint style="warning" %}
For security reasons, you won't be able to view this secret key again. Store it in a safe place for future use.
{% endhint %}

<figure><img src="/files/C7qkRFeCduhopMsYZYyd" alt=""><figcaption></figcaption></figure>

### API Documentation

Authorize your API key to start using Pictor APIs for the GPU Renting service.

{% columns %}
{% column width="16.666666666666664%" %}

<div align="right"><figure><img src="/files/isICSaaojOYKA3hOk8AJ" alt="" width="87"><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="83.33333333333334%" valign="middle" %}
[Pictor API Documentation](https://apiv2.pictor.network/api/documentation/gpu-instances)
{% endcolumn %}
{% endcolumns %}


---

# 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://docs.pictor.network/docs/reference/api-keys.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.
