---
title: "Create Or Update Llm Analytics Config"
method: PUT
path: "/v1/analytics/llm"
tags: ["LLM Analytics"]
---

# Create Or Update Llm Analytics Config

`PUT /v1/analytics/llm`

Create or update LLM analytics tool integration

## Request body

- LLMAnalyticsIntegrationRequest
  - `project_id` string, nullable — Project ID, defaults to 'default'
  - `tool_identifier` string, required — Identifier for the analytics tool
  - `api_key` string, required — API Key for the tool
  - `host_uri` string, required — Host URI for the analytics tool
  - `host_health_uri` string, nullable — Health check URI
  - `mask_pii` boolean, nullable — Flag to mask PII
  - `config_json` object, nullable — Additional configuration

## Response `200`

Successful Response

- LLMAnalyticsSuccessResponse — Standard success response for PUT and DELETE operations
  - `status` string

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