---
title: "Nudge Prompt"
method: POST
path: "/prompts/nudge"
tags: ["prompts"]
---

# Nudge Prompt

`POST /prompts/nudge`

## Request body

- NudgePromptRequest
  - `task` string, required
  - `agent_messages` object[], required

## Response `200`

Successful Response

- NudgePromptResponse
  - `prompt` string, required

## Other responses

- `422` — Validation Error

---

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