Overview

Purchase: AI Agent Config Safety Audit JSON

Protocol x402
Price $0.05
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider the402
Source bazaar
Indexed 2026-07-17 10:15:50

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "body": { "properties": { "content": { "description": "Full agent configuration or constitution text.", "maxLength": 1000000, "type": "string" }, "kind": { "description": "Use CLAUDE.md for project agent instructions/AGENTS.md; constitution for an unattended-agent constitution.", "enum": [ "CLAUDE.md", "constitution" ], "type": "string" } }, "required": [ "content", "kind" ], "type": "object" }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "properties": { "job_id": { "type": "string" }, "status": { "type": "string" }, "thread_id": { "type": "string" } }, "type": "object" }