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

Path Parameters

ai_agent_id
string
required

Body

application/json
app_password
string
required

Application-specific password for authenticating with the email service

from_email
string
required

Email address that will be used as the sender for outgoing emails

tool_description
string | null

Optional description of the email tool's purpose and configuration

tool_name
enum<string>
default:
send_email

Identifier for the email tool type, must be 'send_email'

Available options:
send_email

Response

201 - application/json
app_password
string
required

Application-specific password used for authentication

created_at
string
required

Timestamp when the tool was created

from_email
string
required

Email address configured as sender

updated_at
string
required

Timestamp when the tool was last updated

tool_description
string | null

Description of the email tool's purpose and configuration

tool_id
string

Unique identifier of the email tool

tool_name
enum<string>
default:
send_email

Identifier for the email tool type

Available options:
send_email