# Service Accounts

## Creating a Service Account

Service Accounts are API-only users that are permissioned as human team members, but do not count toward your Team's subscription utilization.

To create a Service Account, Click "Service Accounts" in the Admin Console Side Nav:

<figure><img src="/files/CClKetsnDbVoTSHBuRJl" alt="" width="240"><figcaption></figcaption></figure>

Click "Create Service Account" and select the Role of the account.

{% hint style="info" %}
You cannot change the Role for the service account after you create it
{% endhint %}

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

When you create the account, PixieBrix will display a "Service Account Created" modal with the token for the service account.

See the [Making an API Request](/developer-api/making-an-api-request.md#authentication) section for directions on how to use the service account token.


---

# 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.pixiebrix.com/developer-api/service-accounts.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.
