> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/it/guida-dellutente-alla-piattaforma/amministrazione/tenant/tenant-api.md).

# Tenant API

Il Tenant API si riferisce a un'interfaccia di programmazione delle applicazioni (API) progettata per gestire e interagire con le risorse di un singolo Tenant.

<figure><img src="/files/gUkPrZQKTVBVatjtLdut" alt=""><figcaption><p>Crea Tenant API</p></figcaption></figure>

### Passaggi per Creare API-Tokens &#x20;

1. &#x20;Accedi all'Amministrazione: Vai nel menu Cockpit, seleziona "Amministrazione" e poi "Tenant".
2. Apri la Sezione API: Clicca su "API" per aprire il menu, poi clicca sull'icona "Crea" sul lato destro dello schermo.
3. Compila le Informazioni Richieste:

* Nome: Inserisci un nome per il token API.
* Descrizione: Aggiungi una descrizione per facilitare l'organizzazione del Tenant.
* Data di Scadenza (opzionale): Imposta una data di scadenza, se necessario.
* Tenant: Seleziona il Tenant specifico per ricevere la chiamata API, oppure scegli "Tutti i Tenant."
* Permessi: Seleziona o deseleziona i permessi come Leggi, Scrivi, Crea, Elimina.

4. Genera e Salva il Token API: Clicca su "Avanti" per generare il token API. Il token verrà visualizzato e potrà essere copiato.
5. Clicca su "Salva" per completare il processo.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.g-iot.io/it/guida-dellutente-alla-piattaforma/amministrazione/tenant/tenant-api.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.
