---
title: "Store or update an item."
method: PUT
path: "/store/items"
tags: ["Store"]
---

# Store or update an item.

`PUT /store/items`

## Request body

- StorePutRequest — Request to store or update an item.
  - `namespace` string[], required — A list of strings representing the namespace path.
  - `key` string, required — The unique identifier for the item within the namespace.
  - `value` object, required — A dictionary containing the item's data.

## Response `204`

Success

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/xpert-ai/apis/agent-protocol.md) · [All operations](https://skmtc.dev/xpert-ai/apis/agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xpert-ai/agent-protocol/revisions/ac9dbe16ea2f/schema)
