Agent Quickstarts · REST, MCP, and browser workflows

Start with the job your agent needs to do.

Each guide gives you a small working workflow, the exact decision rule your agent should follow, and the limits you should know before production use.

LockMyActionREST + MCP

Prevent a duplicate action

Give equivalent retries one stable identity, atomically reserve it, and execute only when the lock says yes.

Open quickstart →
CatchMySignalREST + MCP

Wait for an outside event

Create a temporary webhook inbox, let the agent pause, then retrieve the event when it resumes.

Open quickstart →
ApproveMyActionREST + MCP

Require a human decision

Create a secure approval link and keep the agent blocked until the status is explicitly approved.

Open quickstart →
Document ScannerBrowser only

Inspect a document before AI

Check a local file for hidden text, suspicious instructions, secrets, metadata, macros, and related signals.

Open workflow →
Text SafetyREST + MCP

Prepare untrusted text for an agent

Normalize, inspect, scan, detect secrets, optionally redact, and validate model output before use.

Open quickstart →

These are controls, not guarantees

ScrubMyText returns deterministic results and review signals. Your application still owns authorization, business rules, destination-system safeguards, and the final decision to act.