---
title: "Create Intent"
method: POST
path: "/api/v1/intent"
tags: ["Intent"]
---

# Create Intent

`POST /api/v1/intent`

Create a new intent

## Request body

- IIntentCreate
  - `name` string, nullable
  - `description` string, nullable
  - `attributes` object
  - `is_active` boolean, nullable
  - `intent_type` string, nullable

## Response `201`

Successful Response

- IPostResponseBaseIIntentRead
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IIntentRead
    - `name` string, nullable
    - `description` string, nullable
    - `attributes` object
    - `is_active` boolean, nullable
    - `id` string, uuid, required
    - `intent_type` string, required

## Other responses

- `422` — Validation Error

---

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