> ## Documentation Index
> Fetch the complete documentation index at: https://docs.maia.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Account roles for API credentials

export const maia = "Maia";

This page defines the account-level roles available specifically for API credentials rather than users in {maia}. When you create an API credential, you select its account role in {maia}.

For information on roles assigned to standard users, see [Account roles](/docs/administration/account-roles). For instructions on creating API credentials, see [API credentials](/docs/api-reference/maia-api-authentication#api-credentials).

<Note>
  Users with the [View API Credentials](/docs/administration/account-roles#:~:text=View%20API%20Credentials) permission can view API credentials. Users with the [Manage API Credentials](/docs/administration/account-roles#:~:text=Manage%20API%20Credentials) permission can create and manage API credentials.
</Note>

***

## Role permissions

The four account-level roles, Super Admin, Billing Admin, Admin, and Member have the following permissions:

|                                      | Super Admin | Billing Admin | Admin | Member |
| ------------------------------------ | ----------- | ------------- | ----- | ------ |
| Manage all projects and environments | ✅           | ❌             | ❌     | ❌      |
| Billing                              | ✅           | ✅             | ❌     | ❌      |
| Manage agents                        | ✅           | ❌             | ✅     | ❌      |
| Create projects                      | ✅           | ✅             | ✅     | ❌      |
| View and export lineage              | ✅           | ❌             | ❌     | ❌      |
