# API token

We provide an API token management system in the admin console where admins can create and manage API tokens. These tokens can then be integrated into any external application to deploy EDITable pipelines or refresh a semantic data input model. This way, any authorized user can deploy piplelines or refresh the semantic model with a simple click of a button from an external application without logging in to the admin console or the report.

Let us now see the process of creating an API token.

### 1. Create API Token <a href="#id-1.-create-api-token" id="id-1.-create-api-token"></a>

1. To create a new API token, click **Create API Token** in the API token screen.

<figure><img src="/files/o9bUC4YeNdWm3a7sxuT8" alt=""><figcaption><p>Create API token</p></figcaption></figure>

2. In the next screen, you can enter the details of the token.

**Token name:** Enter a name for the token.

**Expiry:** Set the token's validity to 30/60/90 days, or you can set any custom date within a year.

**Description:** Enter an optional description of the token.

**Permission:** You can set either or both of the following permissions: execute a new subscription, and refresh a semantic data input model.

After entering the details, click **Generate**.

<figure><img src="/files/5W6h0XcBv6e2CiIItTEC" alt=""><figcaption><p>Generate token</p></figcaption></figure>

3. A new token will be generated. Ensure that it is copied and saved somewhere, as it will become irretrievable after copying the token or closing the window.

<figure><img src="/files/eNrM7JOY1u8hhlStWyXa" alt=""><figcaption><p>Copy the token</p></figcaption></figure>

Now with this token, we can deploy an EDITable pipeline and/or refresh the semantic data input model externally from any application.


---

# 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.inforiver.com/editable/admin-portal-and-editable-console/admin-portal/settings/api-token.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.
