Skip to main content
POST
Create Tool

Request

Path Parameters

string
required
The project ID

Headers

string
required
Bearer token using your developer key

Body

string
required
Tool type (e.g., restful, mcp, google-calendar-create, smtp, duckduckgo-search, agent)
object
Type-specific configuration. See GET /v1/projects/{projectId}/tools/types for available types and their schemas.

Response

Returns the created tool with status 201.

Example