Each Skill needs its own API key for tracking.
Create a Skill to get an API key.
pip install dashbot
from dashbot import alexa
Use the API key created above.
dba = alexa.alexa(<strong>process.env.DASHBOT_API_KEY</strong>)
dba.logIncoming(incomingRequest)
Pass both the incoming request and the response
dba.logOutgoing(incomingRequest, response)