---
title: "POST /v1/orchestrator/assessment_tools"
method: POST
path: "/v1/orchestrator/assessment_tools"
tags: ["Orchestrator"]
---

# POST /v1/orchestrator/assessment_tools

`POST /v1/orchestrator/assessment_tools`

Registers the passed assessment tool

## Request body

- AssessmentTool — Represents an external tool or service that offers assessments according to certain metrics.
  - `id` string
  - `name` string, required
  - `description` string
  - `availableMetrics` string[], required — a list of metrics that this tool can assess, referred by their ids

## Response `200`

OK

- AssessmentTool — Represents an external tool or service that offers assessments according to certain metrics.
  - `id` string
  - `name` string, required
  - `description` string
  - `availableMetrics` string[], required — a list of metrics that this tool can assess, referred by their ids

## Other responses

- `default` — Default error response

## Changes

- **2024-09-17** `c04ff2fe305c` — 2 breaking, 2 info
  - the request property `availableMetrics` became required
  - the request property `name` became required
  - the response property `availableMetrics` became required for the status `200`
  - the response property `name` became required for the status `200`
- **2022-11-07** `9aea46cc4c8a` — 2 breaking, 2 info
  - the response property `availableMetrics` became optional for the status `200`
  - the response property `name` became optional for the status `200`
  - the request property `availableMetrics` became optional
  - the request property `name` became optional

[Change history](https://skmtc.dev/clouditor/apis/orchestrator-api/changes/v1/orchestrator/assessment_tools/post.md)

---

[API](https://skmtc.dev/clouditor/apis/orchestrator-api.md) · [All operations](https://skmtc.dev/clouditor/apis/orchestrator-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clouditor/orchestrator-api/revisions/6f8ae69f4eb5/schema)
