Create a tool
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
A two-level tree of conditions that determines availability based on variable values during a conversation. The root group has a match combinator and a list of conditions or condition groups. A rule may contain at most 1000 conditions in total, counting every condition across the root and all nested condition groups.
How an api tool calls its HTTP endpoint, on create
The sandboxed Python a code tool runs, on create
Response
The rule that gates when the tool is offered. null when the tool is always available.
How an api tool calls its HTTP endpoint
The sandboxed Python a code tool runs