---
title: "install tools"
method: POST
path: "/pkgs/tools/installed"
tags: ["tools"]
---

# install tools

`POST /pkgs/tools/installed`

## Request body

- ToolsInstallRequestBody
  - `checksum` string — A checksum of the archive. Mandatory when url is present. This ensures that the package is downloaded correcly.
  - `name` string, required — The name of the tool
  - `packager` string, required — The packager of the tool
  - `signature` string — The signature used to sign the url. Mandatory when url is present. This ensure the security of the file downloaded
  - `url` string — The url where the package can be found. Optional. If present checksum must also be present.
  - `version` string, required — The version of the tool

## Response `200`

OK response.

- ToolsInstallResponseBody — InstallResponseBody result type (default view)
  - `status` string, required — The status of the operation

---

[API](https://skmtc.net/arduino/apis/arduino-create-agent.md) · [All operations](https://skmtc.net/arduino/apis/arduino-create-agent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arduino/arduino-create-agent/revisions/95e99312309c/schema)
