{
  "issuer": "https://grow.contact",
  "resource": "https://grow.contact",
  "authorization_servers": [
    "https://grow.contact"
  ],
  "authorization_endpoint": "https://grow.contact/api/public/oauth/authorize",
  "token_endpoint": "https://grow.contact/api/public/oauth/token",
  "jwks_uri": "https://grow.contact/.well-known/jwks.json",
  "registration_endpoint": "https://grow.contact/contact",
  "scopes_supported": [
    "mcp:read",
    "mcp:write",
    "api:read"
  ],
  "bearer_methods_supported": [
    "header"
  ],
  "response_types_supported": [
    "token"
  ],
  "grant_types_supported": [
    "client_credentials"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "service_documentation": "https://grow.contact/auth.md",
  "resource_documentation": "https://grow.contact/.well-known/api-catalog",
  "mcp_server_metadata": "https://grow.contact/.well-known/mcp.json",
  "agent_auth": {
    "skill": "https://grow.contact/auth.md",
    "register_uri": "https://grow.contact/contact",
    "claim_uri": "https://grow.contact/contact",
    "revocation_uri": "https://grow.contact/contact",
    "identity_types_supported": [
      "anonymous"
    ],
    "credential_types_supported": [
      "api_key",
      "access_token"
    ],
    "anonymous": {
      "credential_types_supported": [
        "api_key",
        "access_token"
      ],
      "claim_uri": "https://grow.contact/contact",
      "revocation_uri": "https://grow.contact/contact"
    },
    "registration_methods": [
      {
        "type": "anonymous",
        "register_uri": "https://grow.contact/contact",
        "claim_uri": "https://grow.contact/contact",
        "revocation_uri": "https://grow.contact/contact",
        "credential_types_supported": [
          "api_key",
          "access_token"
        ],
        "description": "Request an API key or MCP access token via the contact form. Credentials are issued (and revoked) out-of-band after review."
      }
    ]
  }
}