{
  "aid_version": "0.1.0",
  "agent_id": "counteragent-prod-v1",
  "display_name": "CounterAgent Detection Service",
  "description": "AI agent detection and TLS fingerprinting platform. Identifies autonomous agents by their cryptographic and behavioural signatures.",
  "operator": {
    "name": "CounterAgent Research",
    "url": "https://counteragent.io",
    "contact": "identity@counteragent.io"
  },
  "capabilities": [
    "agent-detection",
    "fingerprint-lookup",
    "signature-database",
    "real-time-monitoring",
    "mcp-server"
  ],
  "authentication": {
    "supported_methods": ["oauth2", "gnap", "api-key", "bearer"],
    "oauth2": {
      "authorization_server": "https://auth.counteragent.io/.well-known/oauth-authorization-server",
      "scopes": ["read", "write", "detect", "admin"]
    },
    "gnap": {
      "grant_endpoint": "https://auth.counteragent.io/gnap/grant",
      "interaction_methods": ["redirect", "app"]
    }
  },
  "endpoints": {
    "api": "https://api.counteragent.io/v1",
    "mcp": "https://api.counteragent.io/mcp",
    "a2a": "https://api.counteragent.io/a2a",
    "health": "https://counteragent.io/health",
    "openapi": "https://counteragent.io/openapi.json"
  },
  "trust": {
    "verification_url": "https://counteragent.io/.well-known/aid-verification",
    "public_key_url": "https://auth.counteragent.io/.well-known/jwks.json",
    "attestation_format": "jwt"
  },
  "policies": {
    "rate_limit": "1000 requests/hour",
    "data_retention": "90 days",
    "privacy_policy": "https://counteragent.io/privacy"
  }
}
