{
  "specVersion": "1.0",
  "host": {
    "displayName": "Better Auth Secret Generator",
    "identifier": "https://better-auth-secret.com"
  },
  "entries": [
    {
      "identifier": "urn:air:better-auth-secret.com:server:better-auth-secret",
      "displayName": "Better Auth Secret MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://better-auth-secret.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "generate a BETTER_AUTH_SECRET",
        "create a secure secret for Better Auth",
        "give me a random 32-byte base64 secret"
      ]
    },
    {
      "identifier": "urn:air:better-auth-secret.com:api:secret",
      "displayName": "Better Auth Secret API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://better-auth-secret.com/openapi.json",
      "representativeQueries": [
        "HTTP API that returns a random secret key",
        "curl command to generate an auth secret",
        "generate a 64-character hex secret"
      ]
    },
    {
      "identifier": "urn:air:better-auth-secret.com:skill:betterauth-setup",
      "displayName": "Better Auth secret setup skill",
      "type": "text/markdown",
      "url": "https://better-auth-secret.com/.well-known/agent-skills/betterauth-setup/SKILL.md",
      "representativeQueries": [
        "set up BETTER_AUTH_SECRET in a Next.js project",
        "configure the Better Auth secret environment variable",
        "fix missing Better Auth secret error"
      ]
    }
  ]
}
