Prompt id creation via REST or SDK

Assistant API being decommissioned in favor of response API and that will have prompt, conversation and messages like assistant, threads and messages

I am unable to find documentation on being able to create a prompt id via SDK or rest api. Any suggestion on that when it will be available or i can try some beta version or early access as it is imporant for my product i am building

1 Like

Putting “prompts” (a preset) under only organization UI control, with the backend API calls only made by an owner session token in the browser, seems a deliberate decision.

Motivation? How about, “we’re not going to let developers offer anything like GPTs any more, where users can create their own elevated-rights configurations for their own applications” (and we’ll also cause friction so you can’t programmatically create thousands of them).

Yes but say i want users to be able to create a persona they can select a persona with name, age, gender etc from my app but on top of that i put my system instructions once. then user can chat with that persona under the control and will not get to write anything to system instruction but select few fields which are then inserted along with my control on system.

idea is allow user to create person and chat without sending system instruction again and again