All features
Governance

Role-based access, scoped API keys, service accounts and an audit log

Four roles (owner, admin, developer, viewer), API keys with explicit scopes, expiry and IP restrictions, service accounts for automation that outlive any one person, and an audit log of who changed what — so a monitoring platform with production credentials in it is governed like one.

Roles decide what a person can do in the dashboard; scopes decide what a key can do through the API, and a key can never carry more access than its owner's role. Service accounts own keys for CI pipelines and agents so a departing engineer doesn't take the automation with them. Keys can expire, be restricted to IP ranges and environments, and carry their own read/write/delete rate limits.

Everything that changes — a role, a destination, a key, a monitor — is written to the organization audit log with the actor and the time; Enterprise adds export and retention guarantees. Sessions are visible and revocable per user, MFA is available to everyone, and SSO (Google/OAuth on Pro, SAML on Enterprise) keeps sign-in where your identity provider is.

  • Roles — owner, admin, developer, viewer.
  • Scoped keys with expiry, IP and environment restrictions and rate limits.
  • Service accounts for automation that isn't a person.
  • Audit log, sessions, MFA, SSO for the security review.
mcp · connected clients
claude-desktop
scopes: monitors:read · incidents:read
Active
ops-copilot
tool call · list_incidents(status=open)
Policy-gated
runbook-agent
requires approval to acknowledge
Approved

How it works

  1. 1Invite members with a role; owners and admins manage keys and destinations.
  2. 2Create service accounts and scoped, expiring API keys for automation.
  3. 3Review the audit log and active sessions; revoke a key or session in one click.

Plan availability

Roles and MFA on every plan · service accounts and API keys on Team and above · RBAC scopes, credential vault and environments on Pro · SSO/SAML, audit-log export and DPA on Enterprise.

Compare plans →

Monitor types that use it

Questions about roles, service accounts & audit log

Can a viewer create an API key?
A viewer's key can only read, because a key can never exceed its owner's role; creating keys at all is limited to owners and admins by default.
Do MCP agents go through the same controls?
Yes — an agent's OAuth grant has an access level and scopes, every tool call is logged with the granting user, and the grant is revocable from Connected Apps.