# Create Device **POST /devices** Create a new device and receive a JWT token. This token is used for all subsequent device operations. **Important:** Save the JWT token securely - it provides access to all device operations. ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Api key auth ## Parameters ### Body: application/json (object) - **device_name** (string) Optional friendly name for the device ## Responses ### 201 Device created successfully #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **data** (object) ### 400 Device limit reached for this API key ### 401 Invalid API key [Powered by Bump.sh](https://bump.sh)