---
title: "PUT /analyzer"
method: PUT
path: "/analyzer"
---

# PUT /analyzer

`PUT /analyzer`

Creates an analyzer for your account.

## Request body

- object
  - `analyzerName` string, required — The name of the analyzer to create.
  - `type` 'ACCOUNT' | 'ORGANIZATION', required — The type of analyzer to create. Only ACCOUNT and ORGANIZATION analyzers are supported. You can create only one analyzer per account per Region. You can create up to 5 analyzers per organization per Region.
  - `archiveRules` InlineArchiveRule[] — Specifies the archive rules to add for the analyzer. Archive rules automatically archive findings that meet the criteria you define for the rule.
    - `ruleName` string, required — The name of the rule.
    - `filter` object, required — The condition and values for a criterion.
  - `tags` object — The tags to apply to the analyzer.
  - `clientToken` string — A client token.

## Response `200`

Success

- CreateAnalyzerResponse — The response to the request to create an analyzer.
  - `arn` string — The ARN of the analyzer that was created by the request.

## Other responses

- `480` — ConflictException
- `481` — ValidationException
- `482` — InternalServerException
- `483` — ServiceQuotaExceededException
- `484` — ThrottlingException
- `485` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/accessanalyzer.md) · [All operations](https://skmtc.net/aws/apis/accessanalyzer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/accessanalyzer/revisions/d729b5bbb9cd/schema)
