
this update includes hosted bankr webhooks. deploy a typescript handler. get a public url. anything that can POST -- slack, github, stripe, cron, your own app -- can now trigger your bankr agent. to test, i combined a webhook trigger with a custom slack skill that teaches bankr how to post to slack. this all uses new bankr primitives. > slack triggers the webhook > the webhook returns "use the slack skill to respond to this message...." > that prompts the agent to respond, use the custom slack skill, and respond directly in slack. environment variables can be set directly in the terminal, the agent has a sandboxed computer to interact with any CLI it can install. this is all done on the web with social or email sign. no installing software to your machine. docs for webhooks: docs.bankr.bot/webhooks/overv… (oh and bankr also generated this image and stored it in the new built in filesystem).













