---
title: "Creates a new tool"
method: POST
path: "/tool/{packageName}"
tags: ["Tool", "ToolVersion"]
---

# Creates a new tool

`POST /tool/{packageName}`

## Path parameters

- `packageName` string, required

## Request body

- ToolCreate
  - `activeVersion` string, required — Active version of the tool
  - `title` string — Tool title - displayed to users in the dashboard/Vincent Explorer UI
  - `description` string, required — Tool description - displayed to users in the dashboard/Vincent Explorer UI

## Response `200`

Successful operation

- Tool
  - `_id` string, required — Document ID
  - `updatedAt` string, date-time, required — Timestamp when this was last modified
  - `createdAt` string, date-time, required — Timestamp when this was created
  - `packageName` string, required — Tool NPM package name
  - `title` string — Tool title - displayed to users in the dashboard/Vincent Explorer UI
  - `authorWalletAddress` string, required — Author wallet address. Derived from the authorization signature provided by the creator.
  - `description` string, required — Tool description - displayed to users in the dashboard/Vincent Explorer UI
  - `activeVersion` string, required — Active version of the tool

## Other responses

- `400` — Invalid input
- `422` — Validation exception
- `default` — Unexpected error

## Changes

- **2025-06-28** `f36ee26d6286` — 1 warning, 1 info
  - removed the request property `authorWalletAddress`
  - the response required property `authorWalletAddress` became read-only for the status `200`
- **2025-06-28** `f7b25b5b140b` — 4 info
  - the endpoint scheme security `siweAuth` was added to the API
  - api tag `Tool` added
  - api tag `ToolVersion` added
  - api tag `tool` removed
- **2025-06-24** `a04696325550` — 1 breaking, 1 info
  - added the new required request property `authorWalletAddress`
  - the response required property `authorWalletAddress` became not read-only for the status `200`
- **2025-06-24** `27ae1265cdb9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/changes/tool/:packageName/post.md)

---

[API](https://skmtc.dev/lit-protocol/apis/vincent-registry-api.md) · [All operations](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lit-protocol/vincent-registry-api/revisions/7a8a3bcdf96f/schema)
