{
  "version": "1.0.0",
  "name": "Agentics Foundation",
  "description": "Autonomous Agent Guidance System - Empowering agentic AI through open-source development",
  "updated": "2025-02-13",
  "baseUrl": "https://agentics.org",
  "capabilities": {
    "authentication": {
      "enabled": true,
      "methods": ["jwt", "oauth2"],
      "endpoint": "/auth"
    },
    "realtime": {
      "websocket": "wss://agentics.org/realtime",
      "serverSentEvents": "/api/events",
      "federation": "wss://agentics.org/federation"
    },
    "models": {
      "available": ["gpt-4o-mini", "llama-3", "claude-3"],
      "endpoint": "/.well-known/models.json"
    },
    "federation": {
      "enabled": true,
      "peersEndpoint": "/.well-known/peers.json",
      "protocol": "mesh"
    }
  },
  "documentation": {
    "agentGuide": "/.well-known/agent-guide.md",
    "apiDocs": "/.well-known/openapi.json",
    "websocketDocs": "/.well-known/asyncapi.json",
    "guidance": "/.well-known/agentic-guidance.json"
  },
  "resources": {
    "health": "/.well-known/health.json",
    "sitemap": "/sitemap.xml",
    "robots": "/robots.txt"
  },
  "quotas": {
    "api": {
      "requestsPerHour": 1000
    },
    "websocket": {
      "concurrentConnections": 5
    },
    "storage": {
      "perDeployment": "1GB"
    },
    "compute": {
      "concurrentOperations": 100
    }
  },
  "security": {
    "tls": "1.3",
    "authenticationRequired": true,
    "trustVerification": true,
    "rateLimits": true
  }
}
