---
title: "[Beta] Save a tool"
method: POST
path: "/api/v2/saved-tools"
tags: ["Tool Endpoints [Beta]"]
---

# [Beta] Save a tool

`POST /api/v2/saved-tools`

Save a registered tool for the authenticated account.

## Request body

- SavedToolRequest — A registered tool to save or remove from saved tools
  - `tool_id` string, required — Numeric registered tool ID
  - `registry_chain` string, required — Numeric registry chain ID
  - `registry_addr` string, required — Registry contract address or supported x402 registry identifier
  - `toolkit_name` string — Saved-tools toolkit name

## Response `200`

Tool saved

- SavedToolResponse — A tool saved by the authenticated account
  - `id` string, required — Saved-tool record ID
  - `tool_id` string, required — Numeric registered tool ID
  - `registry_chain` string, required — Numeric registry chain ID
  - `registry_addr` string, required — Registry contract address or x402 registry identifier

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Invalid or missing API key
- `403` — Wallet token lacks permission for this request
- `404` — Not Found
- `409` — Conflict
- `500` — Internal server error. Please open a support ticket so OpenSea can investigate.

---

[API](https://skmtc.dev/opensea/apis/opensea-api.md) · [All operations](https://skmtc.dev/opensea/apis/opensea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opensea/opensea-api/revisions/acee8835f2ae/schema)
