Skip to main content
The HTTP Request node adds HTTP Request operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.
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

OperationIDDescription
Send Http Delete Requestsend_http_delete_requestHTTP DELETE request configuration
Send Http Get Requestsend_http_get_requestHTTP GET request configuration
Send Http Patch Requestsend_http_patch_requestHTTP PATCH request configuration
Send Http Post Requestsend_http_post_requestHTTP POST request configuration
Send Http Put Requestsend_http_put_requestHTTP PUT request configuration