---
title: "Run Tool"
method: POST
path: "/projects/{project_id}/tools"
---

# Run Tool

`POST /projects/{project_id}/tools`

**Backward Compatibility**: The `/actions` endpoint path and `action` parameter are preserved for backward compatibility. Both `/actions` and `/tools` work identically.

## Path parameters

- `project_id` string, required — Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.

## Request body

- object
  - `tool` string, required — The Tool to run
  - `parameters` object, required — The parameters to pass to the Tool. See available parameters for your specific Tool in the Tools Reference.

## Response `200`

**Note**: Responses will vary by integration provider. Paragon returns the API response of the last request that was used to run this Tool.

## Other responses

- `401`

---

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