POST
/
v2
/
ai-agents
/
{ai_agent_id}
/
custom-tools

Path Parameters

ai_agent_id
string
required

Body

application/json
additional_tool_info
object
required

API configuration and other custom tool specific details needed for implementation

openai_tool
object
required

OpenAI function definition specifying the tool's interface for AI interaction

Response

201 - application/json
additional_tool_info
object
required

Complete configuration for the custom tool including API details

created_at
string
required

Timestamp indicating when this custom tool was created

openai_tool
object
required

OpenAI function definition containing the tool's interface specification

updated_at
string
required

Timestamp indicating when this custom tool was last modified

tool_id
string

Unique identifier for the custom tool