{
  "product": "AgentEndpoint",
  "version": "0.1.0",
  "description": "Record browser workflows and deploy them as secure, versioned, auditable APIs that AI agents call directly.",
  "url": "https://agentendpoint.dev",
  "capabilities": [
    {"name": "workflow.record", "description": "Chrome extension captures clicks, inputs, navigations"},
    {"name": "manifest.generate", "description": "Auto-generates OpenAPI 3.1 specs with policies and examples"},
    {"name": "endpoint.deploy", "description": "Deploy to secure, versioned, auditable production endpoint"},
    {"name": "sandbox.execute", "description": "Execute agent actions in isolated environment with stubbed APIs"},
    {"name": "policy.enforce", "description": "Real-time policy evaluation (allow/deny/flag)"},
    {"name": "receipt.verify", "description": "Cryptographically signed proof of every execution (ed25519)"},
    {"name": "mcp.tools", "description": "Model Context Protocol tools for agent integration"},
    {"name": "agent.analytics", "description": "Track AI bot behavior as first-class metric"}
  ],
  "integrations": {
    "protocols": ["REST", "OpenAPI 3.1", "MCP", "OAuth 2.0", "JSON Schema"],
    "sdks": ["TypeScript", "Python"],
    "stubbed_services": ["Slack", "GitHub", "Stripe"]
  },
  "pricing": {
    "currency": "USD",
    "per_call": 0.002,
    "tiers": [
      {"name": "free", "price": 0, "calls_per_month": 1000},
      {"name": "pro", "price": 79, "calls_per_month": 50000},
      {"name": "business", "price": 399, "calls_per_month": 500000},
      {"name": "enterprise", "price": -1, "calls_per_month": -1}
    ]
  },
  "authentication": ["JWT", "API Key", "OAuth 2.0 with PKCE"],
  "endpoints": {
    "api": "https://api.agentendpoint.dev/v1",
    "mcp": "https://mcp.agentendpoint.dev",
    "openapi": "https://agentendpoint.dev/openapi.json",
    "capabilities": "https://agentendpoint.dev/.well-known/capabilities.json"
  }
}
