create-agent
POST
/agent
Request
Header Params
Authorization
string
required
Example:
Bearer {{api_key}}
Accept
string
required
Example:
application/json
Body Params multipart/form-data
agent_name
string
required
Example:
Furniture Salesman
first_name
string
required
Example:
Robert
last_name
string
required
Example:
Deniro
company
string
required
Example:
Woodworks LLC
company_website
string
required
Example:
https://woodworks.com
generate_profile
string
optional
Example:
1
company_overview
string
required
Example:
Deals in home %26 office furniture
context
string
required
Example:
Sells chairs, sofas, tables and other office equipment at competitive rates
meeting_link
string
required
Example:
https://zoom.com/hrehman200
calendar_link
string
required
Example:
https://calendly.com/hrehman200/15min
concise_reply
string
required
Example:
0
soft_no
string
required
Example:
1
soft_no_response
string
required
Example:
If you change your mind, do send me a message.
tone
string
required
0 = 'Professional'
1 = 'Laid Back'
2 = 'Formal'
3 = 'Informl'
4 = 'Enthusiastic'
5 = 'Reserved'
6 = 'Neutral'
Example:
3
agent_objective
string
required
Example:
2
timezone
string
required
Example:
America/New_York
office_hours_from
string
required
Example:
08:00
office_hours_to
string
required
Example:
17:00
exclude_weekends
string
required
Example:
1
objective
string
required
Example:
Promote my website signup link: https://woodworks.com/signup
google[access_token]
string
optional
google[refresh_token]
string
optional
calendly[access_token]
string
optional
calendly[refresh_token]
string
optional
followup_intervals[0][followup_no]
string
optional
Example:
1
followup_intervals[0][send_after_days]
string
optional
Example:
3
followup_intervals[0][include_calendar_links]
string
optional
Example:
0
followup_intervals[0][include_meeting_links]
string
optional
Example:
1
followup_intervals[0][followup_message]
string
optional
Example:
Hi This is a followup message
Request samples
Responses
Modified at 2025-06-27 03:54:22