Skip to main content

Applications

DroneDeploy provides developers with the ability to integrate their own applications with the DroneDeploy Robotics Portal using API/SDK access. All API calls made to the DroneDeploy Robotics Portal are authenticated using a JWT token.

In order to obtain a JWT token developers are required to create an Application under their Project which will generate a key and a secret which can then be used to obtain a token.

Creating an Application

From the Project Home page click on the Application tab and select 'Add Application'

Enter a name for your Application and the number of days for the Token Expiry.

Once your application is created you can obtain the Application Id and Secret which is used to obtain a JWT token in the Robot Automation SDK.