---
title: "Create Custom Assistant"
method: POST
path: "/v1/assistants/custom"
tags: ["Custom Assistants"]
---

# Create Custom Assistant

`POST /v1/assistants/custom`

## Request body

- CreateCustomAssistant
  - `title` string, nullable
  - `description` string, nullable
  - `tags` string[], nullable
  - `name` string, required
  - `nickname` string, nullable
  - `instructions` string, required
  - `user_start_messages` string[], nullable
  - `llm_id` string, uuid, nullable
  - `context_access_enabled` boolean — Enable access to context variables for this agent
  - `context_variables` string[] — List of context variable names that this agent can access

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
