Skip to main content
POST
Create a personal AI prompt

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Body

application/json

Request body for saving a new personal AI prompt.

name
string
required

Display name for the prompt. Must be unique among your personal prompts for the same step type.

Maximum string length: 256
text
string
required

The prompt instructions given to the AI

Maximum string length: 2000
stepType
enum<string>
required

The sequence step type this prompt is for. Fixed at creation and cannot be changed later.

Available options:
commentOnRecentPost

Response

The prompt was created

An AI prompt available for configuring a sequence step.

id
integer
required

Unique identifier for the prompt

name
string
required

Display name of the prompt

text
string
required

The prompt instructions given to the AI

scope
enum<string>
required

Whether the prompt is a read-only library prompt or your own personal prompt

Available options:
library,
personal
stepType
enum<string>
required

The sequence step type this prompt is written for

Available options:
commentOnRecentPost