ehsueh - Hi team, can I make it by default that...
Hi team, can I make it by default that my buildship workflow will all have an API Key in the Connect tab? Why do I not see an option to set or referesh API Key in some workflow's Connect tab? Thanks.
3 Replies
It depends on Trigger, if you're using an REST API Trigger, you can use the authorization header instead, as you'll be passing it in the API request, here's a blog on how to secure your API endpoint - https://buildship.com/blog/secure-api-point-with-low-code
How to Secure Your API Endpoint Using Low-code With BuildShip
Learn how you cam implement robust authentication mechanisms using the Authorization header in Buildship. Start building and shipping workflows with confidence, knowing your endpoints are safe from unauthorized access. Low-code Visual Backend and AI workflows with AI.
Thanks for sharing! @Gaurav Chadha
Is this the recommended method to implement or is it better to switch to using Tool Trigger? What are the pros and cons?
use REST API Trigger, tool trigger is only required when you're building a tool (MCP and other...)