---
title: "Add"
method: POST
path: "/api/v1/tools"
tags: ["Tools Resource"]
---

# Add

`POST /api/v1/tools`

## Request body

- ToolReference
  - `labels` object
  - `id` string
  - `name` string
  - `description` string
  - `uri` string
  - `type` string
  - `inputSchema` InputSchema
    - `type` string
    - `properties` object
    - `required` string[]
  - `namespace` string
  - `configurationURI` string
  - `secretsURI` string

## Response `200`

OK

- WanakuResponseToolReference
  - `error` WanakuError
    - `message` string
  - `data` ToolReference
    - `labels` object
    - `id` string
    - `name` string
    - `description` string
    - `uri` string
    - `type` string
    - `inputSchema` InputSchema
      - `type` string
      - `properties` object
      - `required` string[]
    - `namespace` string
    - `configurationURI` string
    - `secretsURI` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/wanaku-ai/apis/wanaku-router-backend-api.md) · [All operations](https://skmtc.net/wanaku-ai/apis/wanaku-router-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wanaku-ai/wanaku-router-backend-api/versions/801af2512b23/schema)
