An admin API for AI web artifact creation and editing

I’ve just attempted to manually add a new artifact to the ai_artifacts database table using pgAdmin4. I copy/pasted the row of an already existing artifact then changed the values for the id,user_id, and post_id columns. Did the same process for the ai_artifact_key_values table.

And it still didn’t work for some unknown reason. The new artifact which I manually added was not visible to the user which it should be visible to. So I fear the only way to get this done is via a dedicated admin API endpoint :pensive_face:

2 Likes