--- title: UptimeRobot credentials description: Documentation for UptimeRobot credentials. Use these credentials to authenticate UptimeRobot in n8n, a workflow automation platform. contentType: [integration, reference] --- # UptimeRobot credentials You can use these credentials to authenticate the following nodes: - [UptimeRobot](/08-0-0-Workflow/integrations/builtin/app-nodes/n8n-nodes-base.uptimerobot.md) ## Prerequisites Create an [UptimeRobot](https://uptimerobot.com/) account. ## Supported authentication methods - API key ## Related resources Refer to [UptimeRobot's API documentation](https://uptimerobot.com/api/) for more information about the service. ## Using API key To configure this credential, you'll need: - An **API Key**: Get your API Key from **My Settings > API Settings**. Create a **Main API Key** and enter this key in your n8n credential. ### API key types UptimeRobot supports three API key types: - **Account-specific** (also known as **main**): Pulls data for multiple monitors. - **Monitor-specific**: Pulls data for a single monitor. - **Read-only**: Only runs `GET` API calls. To complete all of the operations in the UptimeRobot node, use the **Main** or **Account-specific** API key type. Refer to [API authentication](https://uptimerobot.com/api/#auth) for more information.