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.
Prevent a duplicate action
Give equivalent retries one stable identity, atomically reserve it, and execute only when the lock says yes.
Open quickstart →Wait for an outside event
Create a temporary webhook inbox, let the agent pause, then retrieve the event when it resumes.
Open quickstart →Require a human decision
Create a secure approval link and keep the agent blocked until the status is explicitly approved.
Open quickstart →Inspect a document before AI
Check a local file for hidden text, suspicious instructions, secrets, metadata, macros, and related signals.
Open workflow →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.
