You can wire the HTTP Request node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect HTTP Request under Credentials in the node settings. See Connecting credentials for the general flow.Bearer token
Enter the values manually when creating the credential.Basic auth
Enter the values manually when creating the credential.API key
Enter the values manually when creating the credential.OAuth2 client credentials
Enter the values manually when creating the credential.Operations
| Operation | ID | Description |
|---|---|---|
| Send Http Delete Request | send_http_delete_request | HTTP DELETE request configuration |
| Send Http Get Request | send_http_get_request | HTTP GET request configuration |
| Send Http Patch Request | send_http_patch_request | HTTP PATCH request configuration |
| Send Http Post Request | send_http_post_request | HTTP POST request configuration |
| Send Http Put Request | send_http_put_request | HTTP PUT request configuration |