{
  "name": "CounterAgent",
  "version": "1.0.0",
  "description": "AI agent detection and fingerprinting API. Identifies autonomous agents by their TLS, HTTP, and behavioural signatures.",
  "url": "https://counteragent.io",
  "capabilities": [
    "agent-detection",
    "fingerprint-lookup",
    "threat-classification",
    "signature-database"
  ],
  "authentication": {
    "type": "bearer",
    "token_url": "https://auth.counteragent.io/oauth/token"
  },
  "endpoints": {
    "detect": "https://api.counteragent.io/v1/detect",
    "lookup": "https://api.counteragent.io/v1/fingerprint/lookup",
    "agents": "https://api.counteragent.io/v1/agents",
    "signatures": "https://api.counteragent.io/v1/signatures"
  },
  "contact": "api@counteragent.io"
}
