Step 1: Prepare your API
Before you add the connection, have ready:- The base URL of the API, for example
https://api.example.com - A credential, if the API requires one: an API key, a bearer token, or a username and password
- For each endpoint you want NOFire AI to call: its HTTP method, path, and a short description of what it returns
Step 2: Add Custom HTTP Tool Connection to NOFire AI
Defining endpoints
One entry per endpoint you want the agent to call. Each entry needs aname, method, path, and description. Use path_params, query_params, or body_params to declare inputs. You must list placeholders in the path, like {id}, under path_params.
The field starts pre-filled with a worked example:

