Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/Configuration/api-keys-and-authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ There are three types of credentials that you use in Langflow:
You can use Langflow API keys to interact with Langflow programmatically.

By default, most Langflow API endpoints, such as `/v1/run/$FLOW_ID`, require authentication with a Langflow API key.
To require API key authentication for flow webhook endpoints, use the [`LANGFLOW_WEBHOOK_AUTH_ENABLE`](/webhook#require-authentication-for-webhooks) environment variable.

To configure authentication for Langflow MCP servers, see [Use Langflow as an MCP server](/mcp-server).

### Langflow API key permissions
Expand Down
5 changes: 0 additions & 5 deletions docs/docs/Develop/webhook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ For the preceding example, the parsed payload would be a string like `ID: 12345
Typically, you won't manually trigger the **Webhook** component.
To learn about triggering flows with payloads from external applications, see the video tutorial [How to Use Webhooks in Langflow](https://www.youtube.com/watch?v=IC1CAtzFRE0).

## Require authentication for webhooks {#require-authentication-for-webhooks}

By default, webhooks run as the flow owner without authentication (`LANGFLOW_WEBHOOK_AUTH_ENABLE=False`).
If you want to require API key authentication for webhooks, set `LANGFLOW_WEBHOOK_AUTH_ENABLE=True`.

## Troubleshoot flows with Webhook components

Use the following information to help address common issues that can occur with the **Webhook** component.
Expand Down