> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/agency/what-would-you-like-to-learn-about/account-settings/api-tokens/create-api-access-tokens-as-an-agency.md).

# Create API Access Tokens as an Agency

Follow the steps below to create a new API token and configure access scopes for the token. Read some tips on how to [keep your access tokens secure](/other/reference-documentation/api-access-tokens-and-changelog/keep-your-access-tokens-secure.md).

{% hint style="info" %}
**Note:** Visit impact.com's [Integrations Portal](https://integrations.impact.com/impact-agency/reference/overview-1) to view API reference documentation, integration guides, and more.
{% endhint %}

#### Create an access token

1. From the left navigation menu, select ![](/files/rTKIDGIGRyGbjvB6B4Gz) **\[Menu]** → **Settings**.
2. In the *Account* column, navigate to *Technical*, then select **Platform REST Web Services**.
3. Create a new token by selecting **Create Access Token** on the upper-right side of the page.

#### Create a token

<details>

<summary>1. Setup</summary>

* Enter a suitable name into the **Token Name** text field.
* Add a **Description** that describes the purpose of the token for your reference in the future.
* Specify the **API Version** that the token will be compatible with. We suggest using the latest API version, which is also the default choice.
* Select **Next**.

  <div data-with-frame="true"><figure><img src="/files/yDNq0q1KeqMasBzWQfNg" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>2. Contact Information</summary>

* Select a **Primary Contact** from the drop-down menu. We'll be in touch with the primary contact about development updates.
* Optionally, add email addresses for developers who should know about updates related to the access token. This is handy when creating tokens for developers who are not account users.

  <div data-with-frame="true"><figure><img src="/files/LCwXvVdQuEOGSOBGmqQ0" alt=""><figcaption></figcaption></figure></div>
* Select **Next**.

</details>

<details>

<summary>3. API Scopes</summary>

* Toggle an API category on, then check the checkboxes on the left to select the access scopes that you would like to allow on your API token.
* You can clear all scopes by clicking the **Clear All** button near the top-right of the page.

  <div data-with-frame="true"><figure><img src="/files/ErF2GEwoiMy1WMMcu44l" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>4. Select Create</summary>

* Finally, select **Create** on the lower right of the page.

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.impact.com/agency/what-would-you-like-to-learn-about/account-settings/api-tokens/create-api-access-tokens-as-an-agency.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
