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

# API keys and team settings

> Manage API keys, team members, roles, SSO, and billing in the Momentic dashboard.

Account-level settings live in the Momentic dashboard. Start with an API key to
authenticate the CLI and CI, then add teammates, configure SSO, and manage
billing.

## API keys

Create and revoke keys in the
[dashboard](https://app.momentic.ai/settings/api-keys).

Use a separate key for:

* Each developer, so you can revoke one person's access without affecting others
* Each CI pipeline, so you can rotate CI keys independently
* Each environment (dev vs. production CI)

Keys are shown once at creation, copy them somewhere safe.

### Setting a key

Export the key as `MOMENTIC_API_KEY` in your shell, `.env`, or CI secrets
manager:

```bash theme={null}
export MOMENTIC_API_KEY=your-api-key-here
```

## Team members

Invite team members in the
[dashboard](https://app.momentic.ai/settings/members). Each member gets a role
that controls what they can do.

### Roles

| Action                                       | Admin | Member |
| -------------------------------------------- | ----- | ------ |
| Run tests, view results, manage own API keys | Yes   | Yes    |
| See teammates on the Members page            | Yes   | Yes    |
| Invite new members at the **Member** tier    | Yes   | Yes    |
| Invite new members at the **Admin** tier     | Yes   | No     |
| Change another member's role                 | Yes   | No     |
| Remove a member from the workspace           | Yes   | No     |
| Open the billing portal (plan + payment)     | Yes   | No     |
| View invoice history                         | Yes   | No     |
| Manage SSO connections                       | Yes   | No     |

## SSO

SSO is available on the Enterprise plan. See [Security](/account/security) for
SAML/OIDC setup details.

## Billing

Admins manage billing in the
[dashboard](https://app.momentic.ai/settings/billing).

* Self-serve plans: card on file, monthly billing
* Enterprise plans: annual contract, invoiced
