Перейти к основному содержанию
POST
/
api
/
v2
/
assistants
Create Assistant
curl --request POST \
  --url https://api.example.com/api/v2/assistants/

Documentation Index

Fetch the complete documentation index at: https://docs.elumenta.ru/llms.txt

Use this file to discover all available pages before exploring further.

{
  "name": "My Analyst",
  "description": "Data analysis assistant",
  "model_slug": "gpt-5",
  "system_prompt": "You are an expert data analyst...",
  "temperature": 0.3,
  "is_public": false
}
Update: PUT /api/v2/assistants/{id} — Delete: DELETE /api/v2/assistants/{id} Submit to marketplace: POST /api/v2/assistants/{id}/submit