> ## 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.

# Create Assistant

> Create a custom AI assistant

```json theme={null}
{
  "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`
