---
title: "Create Agent Quick Response"
method: POST
path: "/agent/quick-response"
tags: ["Agent Quick Response"]
---

# Create Agent Quick Response

`POST /agent/quick-response`

## Request body

- AgentQuickResponseCreateUpdateRequest
  - `title` string
  - `response` string
  - `key` string

## Response `200`

Successful Response

- AgentQuickResponseResponse
  - `id` string, uuid, required
  - `title` string
  - `response` string
  - `key` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
