events.iterate.com

Event type

events.iterate.com/project/custom-domain-direct-observed

The hostname routes to this project directly: a platform-owned apex served by worker routes plus an operator-primed hostname-directory registration, with no Cloudflare-for-SaaS custom hostname behind it. Appended by platform operators, never by this processor; recording it keeps the settings UI honest without starting any provisioning lifecycle — add/refresh/remove requests for a direct hostname are inert.

Payload schema

hostnamestring

The directly routed hostname, e.g. iterate.com.

Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "hostname": {
      "type": "string",
      "description": "The directly routed hostname, e.g. iterate.com."
    }
  },
  "required": [
    "hostname"
  ]
}