Skip to main content
CustomApiTools enable an Agent to make HTTP requests to any external API with customizable authentication and parameters.

Prerequisites

The following example requires the requests library.

Example

The following agent will use CustomApiTools to make API calls to the Dog CEO API.
cookbook/14_tools/custom_api_tools.py

Toolkit Params

Toolkit Functions

Developer Resources