Create a new tool
Create an end_call or API tool for agents to use
Authentication
AuthorizationBearer
Clerk JWT token or OrtaVox API key (sk_live_… or pk_live_…)
OR
x-api-keystring
OrtaVox API key (alternative to Bearer token)
Request
This endpoint expects an object.
name
Tool name
type
Tool type
Allowed values:
description
Tool description (optional, auto-generated if not provided)
url
API endpoint URL (required for api type)
method
HTTP method (required for api type)
Allowed values:
headers
HTTP headers for api type
parameters
JSON Schema for tool parameters
Response
Tool created successfully
data

