Prompts
Creates, reads, updates, and deletes prompts and converts documents into prompts.
📄️ List Prompts
List prompts the user can read. ``collection_id=""`` lists global (collection-less) prompts only; a specific ``collection_id`` lists that collection's prompts.
📄️ Create Prompt
Create a prompt from its metadata and prompt content.
📄️ Upload Prompt Document
Upload a document, create a prompt in a pending state, and start asynchronous Markdown conversion.
📄️ Get Prompt
Return prompt content, variables, and metadata after read permission is checked.
📄️ Update Prompt
Update a prompt (partial; omitted fields unchanged).
📄️ Delete Prompt
Delete a prompt. Rejected (409) while any agent still references it.
📄️ Get Prompt Conversion Status
Return the uploaded document conversion status for a prompt.
📄️ Render Prompt
Render a prompt with bound variables (preview).