Feature Request: HTTP webhook endpoint to trigger remote agents on-demand
Use Case
We want to trigger a Claude Code skill/agent via an external HTTP request — for example, when a new Jira Service Management ticket is created, a Jira Automation rule sends a POST request that triggers a Claude Code agent to analyze the ticket automatically.
Current Limitation
RemoteTrigger only supports cron-based scheduling (minimum 1h interval). There is no way to trigger a remote agent on-demand via an HTTP endpoint from an external system.
Proposed Solution
An HTTP webhook endpoint that accepts a POST request with parameters (e.g., {"issue_key": "ABC-1234"}) and triggers a pre-configured remote agent session immediately.
This would enable real-time integrations with systems like Jira Automation, GitHub Webhooks, CI/CD pipelines, monitoring tools, etc.
Example Flow
External System (e.g. Jira Automation)
→ HTTP POST to https://api.claude.ai/v1/code/triggers/<id>/run
→ Claude Code remote agent starts immediately
→ Agent executes skill with provided parametersThis issue has 2 comments on GitHub. Read the full discussion on GitHub ↗