# Upload to IPFS with Piñata

Bueno offers an "Upload to IPFS" feature (via [Piñata](https://pinata.cloud/)) that will upload all of your token assets and metadata. For most collections, you will need to upgrade your Piñata subscription, as there are limits on the free tier. If you're looking for a completely free one-click upload, check out our [NFTStorage guide](broken://pages/iLuKWpTchC1g65rasaor).

### Before you begin:

Sign up to Piñata -<https://www.pinata.cloud>

{% hint style="info" %}
**Note***:* Depending on the size of your token set, you may need to change your plan. The free plan has a 1 GB storage limit and uploading will fail once you exceed it.
{% endhint %}

### Creating an Admin Piñata JWT

Sign up/log in to Piñata and navigate to the API Keys page.

![https://downloads.intercomcdn.com/i/o/484616389/bc6cd45eb958b11af3558d9c/Pinata+1.jpg](https://downloads.intercomcdn.com/i/o/484616389/bc6cd45eb958b11af3558d9c/Pinata+1.jpg)

Click the **New Key** button and fill in the form:

* Enable the Admin toggle
* Give your key a recognizable name

![](https://downloads.intercomcdn.com/i/o/484616415/ec1808cbd1705ac0818eafb4/Pinata+2.jpg)

Copy all of this information to a secure location.

**Note:** Bueno only requires your JWT.

![](https://downloads.intercomcdn.com/i/o/484616446/c05d754938d8c9fee5711e11/Pinata+3.jpg)

### Upload to IPFS From Bueno

After you generate a token set you'll see the **Upload to IPFS** button.

![](/files/BvSWTtzpBMai8T2D94e8)

**Important:** Bueno will use your JWT to create a single-use API Key. The key will appear in your [Piñata API Keys](https://app.pinata.cloud/keys) and can be revoked at any time.

![](https://downloads.intercomcdn.com/i/o/484620605/3c2bdf89870078b057a0ec36/Pinata+key.jpg)

Once your token set has been uploaded you'll be able to copy the **Base URI.** You can use this URI to see all of your metadata on the IPFS network. If you aren't launching your collection with a Bueno smart contract, then your developer will most likely need this URL.

![](/files/F0nTPpqdGJa54MJr4Pk1)


---

# 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.bueno.art/generator/generation-and-tokenset-management/upload-to-ipfs-with-pinata.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.
