auth

Get authentication status

get/api/auth/status

Response

Current authentication status

auth_requiredboolean required

Whether authentication is required for this server

authenticatedboolean required

Whether the current session is authenticated

methodsstring[] required

Available authentication methods (e.g., "session", "api_key")

Changes