The SDK snippets and endpoints in the public platform are illustrative. Use the integration package, endpoint, and authentication details supplied with your access.
Connect a tool-calling agent
- Choose the Flows relevant to the user’s task.
- Read each Flow’s context and available functions.
- Expose the selected functions as tools with their names, descriptions, and argument schemas.
- Route a requested tool call to the corresponding Flow function.
- Return the typed result or error to your agent.