---
title: "Register an email to monitor a site's agentic readiness score"
method: POST
path: "/monitor/register"
---

# Register an email to monitor a site's agentic readiness score

`POST /monitor/register`

Sends an alert via email when the indicated domain's score drops. Returns an unsubscribe URL.

## Request body

- object
  - `email` string, email, required
  - `domain` string, required — Domain to monitor (no scheme)

## Response `201`

Monitor registered

- object
  - `ok` boolean
  - `domain` string
  - `unsubscribe_url` string, uri

## Other responses

- `400` — Invalid email or domain
- `429` — Too many monitors for this email

---

[API](https://skmtc.net/nothumansearch/apis/not-human-search-api.md) · [All operations](https://skmtc.net/nothumansearch/apis/not-human-search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nothumansearch/not-human-search-api/revisions/bdae4e208ce7/schema)
