Vendor risk review
Records search, human approval, x402 enrichment payment, and final cleared outcome.
Enterprise agent infrastructure
A payment-aware ledger for autonomous agents. Inspect tool calls, approval gates, retries, errors, x402 payments, and final outcomes in one audit trail.
The demo is not another chat interface. It is operational evidence for teams asking what an autonomous workflow touched, spent, retried, blocked, and finished.
Records search, human approval, x402 enrichment payment, and final cleared outcome.
Flaky tool call, retry evidence, recovered workflow, and spend attribution by agent.
Approval request, rejection, blocked paid action, final error state, and exportable JSON.
Agent Payment Ledger works around existing agent runtimes. Wrap the workflow, emit events, and keep the agent stack you already use.
const run_id = await startRun({
agent,
workflow
});
await trackToolCall({
run_id,
step_name,
tool_name,
fn
});
await trackApproval({
run_id,
approval_status
});
await trackPayment({
run_id,
endpoint,
cost,
currency
});
await finishRun({
run_id,
status,
summary
});
adapters/splunk-hec exports run events as
agentops:run_event.
Everything needed to judge, run, inspect, and adapt the project is public.
Shareable evidence board with the hosted video, Splunk packet, MCP map, and honest open gates.
Canonical root for current status, proof nodes, screenshots, blockers, last-verified date, and proof JSON.
Local-only x402 paid-API telemetry example plan for the real AgentOps.ai project, with no affiliation claim.
Problem, build, evidence, judging angle, and next submission gates in one public brief.
Agent SDK, local ledger, export API, Splunk HEC, and Splunk AI workflow path.
Export a selected run to Splunk HTTP Event Collector for security and ops investigation.
A blocked run exported through HEC and appeared in Splunk as five agentops-ledger events.
SPL searches, a splunk_run_query tool map, and Splunk AI Assistant / MCP prompts for agentops:run_event investigations.
Maps each AgentOps investigation search to the official splunk_run_query MCP tool without claiming execution proof.
Devpost-ready project copy, evidence links, MCP alignment, and explicit no-overclaim boundary.
Submission-ready framing for enterprise AI governance and B2B FinOps audit trails.
Public slide page for the enterprise-agent audit trail and x402 payment telemetry story.
Microsoft Graph API route for recording a read-only external-system probe as payment-ledger evidence.
Credential-free $metadata probe that emits run_microsoft_graph_metadata_probe.
Live public Microsoft Graph API metadata probe captured as Agent Payment Ledger event JSON.
Submission gates, social launch, feedback, and prize/no-prize results tracked without overclaiming.
Direct review surface for what evidence builders need before trusting agents with tools, approvals, retries, and payments.
YouTube/Vimeo/Youku title, description, tags, upload checklist, and agentops-ledger-video-thumbnail.png.
Public 46-second product walkthrough for enterprise-agent infrastructure review.
Captioned source asset retained for reviewers who want the exact release file.