Authentication ================================ The Smarter platform uses an API key-based proprietary authentication strategy based on Django Rest Framework's knox token authentication. API keys are used for the command-line interface as well as for deployed ChatBots/Agents that are configured to use authentication. See :doc:`../drf/smarter-token-authentication` for details.