prufa_authorize_domain
Authorize real (non-payment) mutations on a host, enabling login and write operations to stop being dry-run. Set allow_mutation=false to revoke authorization.
Instructions
Authorize REAL (non-payment) mutations for the gremlin on a host you own or a staging host — logging in and writing on that host stop being dry-run. Set allow_mutation=false to revoke. This is the gremlin mutation opt-in, NOT the discovery DNS-domain verification (a different system). host is a bare hostname (e.g. staging.acme.com). [Pro]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Bare hostname (no scheme/path), e.g. staging.acme.com. | |
| note | No | Optional operator note. | |
| allow_mutation | No | true authorizes real mutations; false revokes. |