{
  "schema_version": "1.0",
  "name": "AgentWeb Sandbox",
  "description": "Self-serve and sandbox signals for agents evaluating AgentWeb without touching private customer accounts.",
  "free_tier": {
    "public_readiness_scan": "available",
    "public_tool_metadata": "available",
    "public_openapi": "available"
  },
  "sandbox_actions": [
    "scan_business",
    "read_public_page",
    "discover_public_domain",
    "enumerate_mcp_tools",
    "validate_payment_authority_shape"
  ],
  "registration": {
    "start": "POST https://mcp.agentweb.us/api/register",
    "verify": "POST https://mcp.agentweb.us/api/verify",
    "docs": "https://agentweb.us/docs/sandbox"
  },
  "limits": {
    "public_scan": "rate-limited",
    "private_execution": "requires approved Agent Map and scoped key",
    "paid_setup": "requires payment authority and Stripe Checkout"
  }
}
