> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noclick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# HTTP Request

> Connect HTTP Request to your workflows: 5 operations.

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.

<Note>
  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](/agents/tools).
</Note>

## Credentials

Connect HTTP Request under **Credentials** in the node settings. See [Connecting credentials](/credentials/connecting) 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    |
