{
  "name": "Vetra",
  "description": "Moderation, management, and engagement tooling for Discord servers, operated from a web dashboard.",
  "url": "https://vetra.gg",
  "documentationUrl": "https://vetra.gg/docs/getting-started",
  "provider": {
    "organization": "Vetra",
    "url": "https://vetra.gg"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": [],
    "description": "Authenticated Vetra APIs require a vetra_session cookie, which is issued only after a Discord OAuth login completed interactively in a browser. Vetra is not an OAuth authorization server and issues no machine credential: the API does not accept an Authorization header, a bearer token, an API key, or a Discord-issued token. There is currently no programmatic way for an unattended agent to authenticate. Only the endpoints listed under publicEndpoints answer without a session."
  },
  "publicEndpoints": [
    {
      "name": "Documentation",
      "url": "https://vetra.gg/docs/getting-started",
      "contentType": "text/html",
      "description": "Setup and operations documentation for the current build."
    },
    {
      "name": "Sitemap",
      "url": "https://vetra.gg/sitemap.xml",
      "contentType": "application/xml",
      "description": "Canonical indexable pages."
    },
    {
      "name": "API catalog",
      "url": "https://vetra.gg/.well-known/api-catalog",
      "contentType": "application/linkset+json",
      "description": "RFC 9727 catalog naming the API description, its documentation and its health endpoint."
    },
    {
      "name": "OpenAPI description",
      "url": "https://vetra.gg/openapi.json",
      "contentType": "application/openapi+json",
      "description": "OpenAPI 3.1 description of the endpoints that answer without a session."
    }
  ],
  "policies": {
    "termsOfService": "https://vetra.gg/terms",
    "privacyPolicy": "https://vetra.gg/privacy",
    "contentPolicy": "https://vetra.gg/content-policy"
  },
  "contact": {
    "support": "https://vetra.gg/support"
  }
}
