# Create a Kind

Create a Kind.

Endpoint: POST /v1/kinds
Version: 1.0
Security: x-api-key

## Header parameters:

  - `Harness-Account` (string)
    Identifier field of the account the resource is scoped to.

## Request fields (application/json):

  - `identifier` (string, required)
    Identifier of the kind.

  - `name` (string)
    Name of the kind.

  - `description` (string, required)
    Description of the kind.

  - `schema` (string, required)
    Schema of the kind.

  - `icon` (string)
    Icon of the kind.

## Response 201 fields (application/json):

  - `identifier` (string, required)

  - `name` (string, required)

  - `description` (string)

  - `schema` (string, required)

  - `icon` (string)

  - `custom` (boolean)


