R

Rootly REST API

REST discovered

Details
URL
https://api.rootly.com
Docs
https://docs.rootly.com/api-reference/overview
Authentication
Rootly API token bearer discovered Get token ↗
Authorization: Bearer <credential>

In Rootly, generate an API token from the API key/token settings referenced by the docs. The docs say you can create a key from Settings → API Keys or Account → API Tokens in your Rootly dashboard; see API Reference Overview, Terminal UI (TUI), and Terraform. Use the resulting token as a bearer token in Authorization: Bearer ..., or set ROOTLY_API_TOKEN where supported.

OAuth 2.0 oauth2 discovered
OAuth 2.0 — self-onboarding

Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.