Create a tool
POST/v1/projects/:project_id/tools
Create an http or mcp tool in the project. See ToolCreate for the fields each type takes. Any auth headers are stored write-only and never returned.
Request
Responses
- 201
- 400
- 401
- 404
- 502
Tool created.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.