Create Prompt
Create a new prompt version.
First write for a given promptId is version 1. Subsequent POSTs
with the same promptId allocate the next version. The whole
SELECT MAX + INSERT runs under _reload_mutex so concurrent
admin POSTs serialize.
POST
Create Prompt
Documentation Index
Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Response
Successful Response
GET response and the data payload of POST/PATCH/DELETE responses.
Reload outcome attached to every admin mutation response.
reloaded means DB committed and runtime now uses the new config.
restart_required means DB committed and process restart is needed.
reload_failed means DB rolled back and runtime is unchanged.
Last modified on May 22, 2026