---
title: "Add domain to monitoring"
method: POST
path: "/SiteQuality/create_project"
tags: ["SiteQuality"]
---

# Add domain to monitoring

`POST /SiteQuality/create_project`

This function creates a Site Quality Monitoring project. A project bundles together one or more URLs with a shared domain for monitoring.

## Query parameters

- `name` string, required
- `url` string, required
- `standard_alerting` 0 | 1 | null, nullable
- `system_type` string

## Response `200`

HTTP Request was successful.

- object
  - `apiversion` integer — The version of the API.
  - `func` string — The name of the method called.
  - `module` string — The name of the module called.
  - `result` object
    - `data` object — An object that contains project attributes.
      - `id` integer — The project ID number.
      - `identifier` string — The project identifier.
      - `location` string — The region where monitoring checks originate.
      - `name` string — The project's name.
      - `role` object — Information about the user that owns the project.
        - `id` integer — The user's role ID number.
        - `name` string — The user's role title.
      - `systems` object[] — Information about the system that the project monitors.
        - `name` string — The name of the system.
        - `description` string, nullable — A description of the system.
        - `domain` string — The system's base domain.
        - `id` integer — The system's ID number.
        - `interval` string — The time interval for monitoring checks.
        - `limits` object — Restrictions placed on the monitoring checks.
          - `maximumCrawlDepth` integer — The maximum number of URLs to check for dead links on a page.
        - `system_type` object — The monitoring template used for the system.
          - `name` string — The name of the system type.
          - `id` unknown
          - `fixedComponents` boolean — Whether the system components are immutable. * `true` - The components are immutable. * `false` - The components are not immutable..
    - `errors` string[], nullable — List of errors if the API failed.
    - `messages` string[], nullable — List of messages generated by the API.
    - `metadata` object
    - `status` 0 | 1 — * `1` — Success. * `0` — Failed. Check the `errors` field for more details.
    - `warnings` string[], nullable — List of warnings generated by the API. Warnings describe non-critical failures or other problematic conditions noted while running an API.

---

[API](https://skmtc.net/cpanel/apis/cpanel-uapi.md) · [All operations](https://skmtc.net/cpanel/apis/cpanel-uapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/cpanel-uapi/revisions/632e2f8e6d04/schema)
