Production beta · Fail closed

StopMyAgent

Keep a durable stop signal outside the agent process so restarts, retries, and new workers see the same operator decision.

Use it when

Operators, policy systems, incident response, or budget controls need one switch that every worker checks.

Decision rule

Check before consequential work and during long runs. Stop immediately whenever stopped is true.

POST /v1/stops/manage
{"operation":"stop","subject_key":"support-agent-production","reason_code":"incident"}
This service records stop state. Your agent integration must check it and fail closed; ScrubMyText cannot terminate an unintegrated process.