Decision logs let you inspect how VerifiedX is behaving on real protected boundaries. Use them to understand:Documentation Index
Fetch the complete documentation index at: https://docs.verifiedx.me/llms.txt
Use this file to discover all available pages before exploring further.
- which boundaries are firing
- what outcomes VerifiedX is returning
- why a workflow continued, replanned, or stopped
- what would need to change before a blocked step should be retried
Where to view logs
Decision logs are available in the builder app at api.verifiedx.me. They are grouped around real protected-boundary decisions, not just raw event streams.What you see in the logs view
In the main logs list, VerifiedX surfaces summary fields such as:- outcome
- receipt mode
- action class
- created time
- primary reason
- the full
decision_receipt safe_next_stepsviewer_guidancewhat_would_change_this
Log retention
| Plan | Retention |
|---|---|
| Free Sandbox | 7 days |
| Startup | 30 days |
| Enterprise | Custom |
What to look for first
When reviewing a log entry, the fastest path is usually:- Check the outcome.
- Check the receipt mode.
- Read the primary reason.
- Inspect
safe_next_steps. - Open the full
decision_receiptif you need the exact routing and resume semantics.
Practical use
Logs are most useful for questions like:- Are we protecting the right boundaries?
- Are agents hitting
replan_requiredfor the reasons we expect? - Is recovery staying local or routing upstream?
- Which actions need better grounding, retrieval support, or cleaner approvals?
- Are we seeing the same blocked action retried without meaningful new support?
Key idea
Decision logs are not just for auditing. They are how you understand how VerifiedX expects the workflow to continue:- downstream when execution is allowed
- locally when the current node should replan
- upstream when a parent stage needs to gather missing support
- truthfully when a path has to stop