Agent policy checkpoint
Call Oracle before public posts, paid calls, production operations, partner outreach, or anything reputation-sensitive.
Echo Oracle is an agent-facing x402 tool. Agents submit a proposed action before posting, spending, deploying, or contacting people, then receive a decision packet they can enforce and log.
Call Oracle before public posts, paid calls, production operations, partner outreach, or anything reputation-sensitive.
Agents receive `yes`, `no`, `reframe`, `maybe`, or `dont_do_it`, plus confidence, risk, recommendation, and next action.
The public paid surface is Bankr x402 Cloud. Review and diagnostic traffic can use the lower-level API base.
The human-facing surface is intentionally small. The product is the endpoint, discovery metadata, docs, and skill file.
POST https://x402.bankr.bot/0x2a16625fad3b0d840ac02c7c59edea3781e340ae/echo-oracle
http://46.202.177.190:8793
{
"action": "Should my agent publish this launch announcement?",
"context": "Optional facts, draft text, constraints, risk notes, or execution context.",
"audience": "Base builders and autonomous agent developers",
"risk_tolerance": "medium",
"mode": "quick"
}
curl -s http://46.202.177.190:8793/api/ask \
-H 'content-type: application/json' \
-H 'x-payment: dev:test' \
-d '{
"action": "Should my agent publish this launch announcement?",
"audience": "Base builders",
"risk_tolerance": "medium",
"mode": "quick"
}'
Oracle is not a chat UI. It is a checkpoint an agent can call, enforce, and log before the action happens.
Proceed only if the caller also has permission, budget, and the right execution scope.
Revise and resubmit, gather more context, or wait for a deep MiroShark report.
Deny by default. Escalate only when a configured policy owner explicitly overrides it.
The hosted skill includes endpoint selection, payment handling, decision-policy enforcement, escalation cases, and output requirements.