Skip to main content
PATCH
Update Prompt

Overview

Update an existing prompt by creating a new version. The version number is automatically incremented. Previous versions are preserved and can be retrieved using the Get Prompt Versions endpoint.

Authentication

string
required
Your eigi.ai API key. Must be prefixed with vk_.

Path Parameters

string
required
The unique name of the prompt to update.

Request Body

string
required
The new prompt text content for the new version.
object
Updated metadata for the prompt.

Response

string
The prompt name.
integer
The new version number (auto-incremented).
string
The updated prompt content.
object
Prompt metadata.
string
ISO 8601 creation timestamp.
string
ISO 8601 last update timestamp.

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your API key from the eigi.ai Dashboard under Settings → API Keys.

Path Parameters

prompt_name
string
required

The unique prompt name

Body

application/json
prompt_content
string
required

New prompt text content

Minimum string length: 1
Example:

"You are an expert customer support agent for TechCorp with 10 years of experience."

prompt_metadata
object

Updated metadata for the prompt

Response

Prompt updated (new version created)

prompt_name
string

Unique prompt name

prompt_version
integer

Version number of the prompt

prompt_content
string

The prompt text content

prompt_metadata
object

Additional metadata

created_at
string<date-time>

Creation timestamp

updated_at
string<date-time>

Last update timestamp