Explore Auto SDK Concepts¶
Learn about the fundamental components that comprise the Auto SDK API.
Core API overview¶
The core Auto SDK API provides the "Engine" to manage communication with Alexa and other Amazon services on behalf of your application. The core API includes an asynchronous message-based mechanism, consisting of a "Message Broker" and "AASB messages", for the Engine and your application to communicate.
Modules overview¶
Auto SDK organizes its features into "modules" that enable you to select the features you want to use in your application.