---
title: "Create new factor score improvement plan"
method: POST
path: "/plans/factor-score-improvement"
tags: ["action plans"]
---

# Create new factor score improvement plan

`POST /plans/factor-score-improvement`

## Request body

- object
  - `name` string — plan name
  - `description` string — plan description
  - `due_date` string, date-time, required — the plan due date
  - `scorecard` string, required — the scorecard which the plan is for
  - `guests` string[], required — list of guests (user emails) that can access to the plan
  - `editors` string[] — list of editors (user emails) that can edit the plan
  - `share_with_domain` boolean — Whether the plan should be shared with the domain
  - `target` object, required
    - `factor_score_targets` object[], required
      - `factor` string, required — factor type
      - `score` number, required — score target for the given factor
  - `criteria` object, required
    - `factors` string[], required — List of factors to filter issues active/present

## Response `201`

new plan id

---

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