Is JWT an API key?

Typically, the API key provides only application-level security, giving every user the same access; whereas the JWT token provides user-level access. A JW...