Create Tool
Authorizations
Your API key sent as a Bearer credential — Authorization: Bearer <api_key>, where <api_key> starts with oi_sk_ (create one via POST /v1/api-keys). Although the field is labelled 'token', paste your API key here. A dashboard JWT is also accepted on this header for the same endpoints.
Body
- API Call
- Transfer Call
- End Call
- Send SMS
- Send Email
- Schedule Calendar Event
- Extract Information
"check_inventory"
api_call "api_call"
"Look up inventory by SKU."
HTTP endpoint to call during the conversation
"https://api.example.com/inventory"
GET, POST, PUT, PATCH, DELETE "POST"
Static headers sent with every request (e.g. Authorization)
{ "Authorization": "Bearer {{secret}}" }Fields the agent extracts from the conversation and sends to the endpoint
Agent keeps talking while the HTTP call executes
false
Agent says a filler phrase while waiting for the response
true
Response
Successful Response