---
title: "Create Attribute"
method: POST
path: "/api/v2/routing/attributes"
tags: ["Skill Based Routing"]
---

# Create Attribute

`POST /api/v2/routing/attributes`

Creates an attribute.

#### Allowed For

* Agents

## Response `201`

Created response

- SkillBasedRoutingAttributeResponse
  - `attribute` SkillBasedRoutingAttributeObject
    - `created_at` string, date-time — When this record was created
    - `id` string — Automatically assigned when an attribute is created
    - `name` string, required — The name of the attribute
    - `updated_at` string, date-time — When this record was last updated
    - `url` string — URL of the attribute

---

[API](https://skmtc.net/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.net/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/botbrains-io/support-api/versions/d53eac07ba68/schema)
