{
  "resource": "https://dicasdospapais.com.br",
  "resource_name": "Dicas dos Papais API",
  "authorization_servers": ["https://cyqvdmhvkogyoagkvded.supabase.co/auth/v1"],
  "jwks_uri": "https://cyqvdmhvkogyoagkvded.supabase.co/auth/v1/.well-known/jwks.json",
  "scopes_supported": ["openid", "profile", "email"],
  "bearer_methods_supported": ["header"],
  "resource_signing_alg_values_supported": ["ES256", "RS256"],
  "resource_documentation": "https://dicasdospapais.com.br/docs/blog-agent-api.md",
  "resource_policy_uri": "https://dicasdospapais.com.br/politica-de-privacidade",
  "authorization_server_metadata_uri": "https://dicasdospapais.com.br/.well-known/oauth-authorization-server",
  "agent_auth": {
    "skill": "https://isitagentready.com/.well-known/agent-skills/auth-md/SKILL.md",
    "auth_md_uri": "https://dicasdospapais.com.br/auth.md",
    "register_uri": "https://cyqvdmhvkogyoagkvded.supabase.co/auth/v1/oauth/clients/register",
    "identity_types_supported": ["delegated_user", "service_account", "anonymous"],
    "credential_types_supported": ["oauth2_access_token", "api_key", "none"],
    "registration_methods": [
      {
        "type": "oauth2_dynamic_client_registration",
        "register_uri": "https://cyqvdmhvkogyoagkvded.supabase.co/auth/v1/oauth/clients/register",
        "identity_types_supported": ["delegated_user"],
        "credential_types_supported": ["oauth2_access_token"],
        "grant_types_supported": ["authorization_code", "refresh_token"],
        "scopes_supported": ["openid", "profile", "email"]
      },
      {
        "type": "manual_api_key_request",
        "register_uri": "mailto:ricardo@dicasdospapais.com.br",
        "identity_types_supported": ["service_account"],
        "credential_types_supported": ["api_key"],
        "claim_uri": "mailto:ricardo@dicasdospapais.com.br",
        "revocation_uri": "mailto:ricardo@dicasdospapais.com.br"
      }
    ]
  },
  "protected_resources": [
    {
      "resource": "https://cyqvdmhvkogyoagkvded.supabase.co/functions/v1/mcp",
      "name": "MCP server (public read-only blog tools)",
      "authorization_servers": ["https://cyqvdmhvkogyoagkvded.supabase.co/auth/v1"]
    },
    {
      "resource": "https://cyqvdmhvkogyoagkvded.supabase.co/functions/v1/blog-agent",
      "name": "Blog Agent API (write access, API key)",
      "authorization_servers": ["https://cyqvdmhvkogyoagkvded.supabase.co/auth/v1"]
    }
  ]
}
