> For the complete documentation index, see [llms.txt](https://docs.heeler.com/mrecEO40m5D6bt7Pq5pE/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heeler.com/mrecEO40m5D6bt7Pq5pE/administer-and-monitor/manage-access.md).

# Manage Access

Manage who can use Heeler, how they authenticate, and the API keys that integrate with it — under Administration → Access.

**Administration → Access** is where you control who can use Heeler and how they get in. You set most of this up when you [invited your team](/mrecEO40m5D6bt7Pq5pE/get-started/users-and-access.md); this section is about running it afterward — adding and removing people, changing roles, rotating API keys, and confirming your identity-provider integrations are healthy.

## The sub-tabs

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Users</strong></td><td>The roster — invite, deactivate, and set each person's role.</td><td><a href="/mrecEO40m5D6bt7Pq5pE/administer-and-monitor/manage-access/users-and-roles.md">Users and Roles</a></td></tr><tr><td><strong>API Keys</strong></td><td>Create, scope, and revoke the keys that call the Heeler API.</td><td><a href="/mrecEO40m5D6bt7Pq5pE/administer-and-monitor/manage-access/api-keys.md">API Keys</a></td></tr><tr><td><strong>SAML Setup</strong></td><td>Sign-on through your identity provider.</td><td><a href="/mrecEO40m5D6bt7Pq5pE/administer-and-monitor/manage-access/saml-sso.md">Single Sign-On (SAML)</a></td></tr><tr><td><strong>SCIM Provisioning</strong></td><td>Automatically sync users from Okta, Entra ID, and others.</td><td><a href="/mrecEO40m5D6bt7Pq5pE/administer-and-monitor/manage-access/scim-provisioning.md">Automated Provisioning (SCIM)</a></td></tr><tr><td><strong>Audit Log</strong></td><td>Every change made in Heeler — documented with the rest of Monitor.</td><td><a href="/mrecEO40m5D6bt7Pq5pE/administer-and-monitor/audit-log.md">Audit Log</a></td></tr></tbody></table>

{% hint style="info" %}
Only an **Administrator** can change anything on these tabs. An **Administrator (read-only)** can view them.
{% endhint %}


---

# 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://docs.heeler.com/mrecEO40m5D6bt7Pq5pE/administer-and-monitor/manage-access.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.
