TylerT
Windmill5mo ago
2 replies
Tyler

Using Trigger Authentication

I have a HTTP trigger that I want to use an API key with
I see this documentation which describes what it is, without any examples:
https://www.windmill.dev/docs/core_concepts/http_routing#authentication-options

How do I update the resource to require an API key with a specific header?
Screenshot_from_2025-08-13_11-13-49.png
Screenshot_from_2025-08-13_11-14-30.png
Windmill supports HTTP Routes as triggers to execute runnables (scripts or flows) whenever the route is hit by an external HTTP request, and it can also serve static files or websites.
Was this page helpful?