Add a new site with URLs

📘

Important

Please note that a site created with this endpoint inherits all test settings from the team level except for times (it inherits browsers and regions). Test times will be empty, and the site will be paused after being created via this endpoint.

A paused site is available for manual testing (or triggered via API) but will not be tested on schedule.

Example JSON request object:

{
  "name": "SpeedCurve",
  "type": "production",
  "urls": [
    {
      "url": "https://www.speedcurve.com/about",
      "label": "About"
    },
    {
      "url": "https://www.speedcurve.com/blog",
      "label": "Blog",
      "auth": {
        "username": "darthvader",
        "password": "p0wer0fTheF0rce"
      }
    }
  ]
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!