---
title: "POST /api/copilot/suggested-mod-prompts/"
method: POST
path: "/api/copilot/suggested-mod-prompts/"
tags: ["copilot"]
---

# POST /api/copilot/suggested-mod-prompts/

`POST /api/copilot/suggested-mod-prompts/`

Bulk upsert prompts (shared-token auth for CI / automation).

## Request body

- SuggestedModPromptBulkUpload
  - `prompts` object[], required
    - `title` string, required
    - `user_message` string, required
    - `hostname` string, nullable

## Response `201`

---

[API](https://skmtc.dev/pixiebrix/apis/pixiebrix-api.md) · [All operations](https://skmtc.dev/pixiebrix/apis/pixiebrix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pixiebrix/pixiebrix-api/revisions/941ab9eb01d6/schema)
