A step-by-step guide to setup Claude Code agent for Automa
http://<your-server>/hooks/automa
if you are running it on a server with either a public IP address or domain name. Make sure to copy the Webhook Secret from Automa.
localhost
. You would then set the public URL provided by the tool as
the webhook URL for the agent in Automa.automa-claude-code
).automa-claude-code-redis-data
. It listens on port 6379. Make sure to replace <cache-password>
with a secure password of your choice.
<anthropic-api-key>
with your Anthropic API key, <webhook-secret>
with the webhook secret you copied from Automa earlier and <cache-password>
with the password you set earlier.
ANTHROPIC_API_KEY
: Your Anthropic API key.AUTOMA_WEBHOOK_SECRET
: The webhook secret you copied from Automa earlier.<random>.up.railway.app
. You can find this by clicking on the service. Make sure to update the webhook URL of the agent in Automa to match this domain.