{
  "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": {
    "claim_link_start": "POST https://mcp.agentweb.us/agent/identity",
    "claim_link_token": "POST https://mcp.agentweb.us/oauth2/token",
    "email_code_start": "POST https://mcp.agentweb.us/api/register",
    "email_code_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 an authenticated account and Dodo Test Mode hosted checkout"
  }
}
