Trigger AI coding agents from your workflows
Use the REST API or n8n-verified node to start agent runs from Jira, Linear, GitHub, schedules, or any webhook.
Use the API or n8n node instead of custom glue code
The workflow sends the event and prompt. CloudCLI starts the agent in a real environment.
Issue tracker events
A new Jira or Linear issue starts a session. The agent reads the issue and gets to work.
GitHub events
A GitHub issue or push kicks off a fix in a real environment, with a branch or PR at the end.
Scheduled jobs
A cron trigger runs maintenance, dependency bumps, or a recurring task while you sleep.
Any webhook that can call HTTP
If a tool can fire an HTTP request or sit in an n8n workflow, it can start an agent.
Build the workflow around a real agent run
n8n handles app routing. CloudCLI runs the agent inside a persistent environment you can open and review.
Put the CloudCLI node in the workflow
Add a trigger for the app you care about, wire it into the verified @cloudcli-ai/n8n-nodes-cloud-cli node, and pick Execute Agent. Map the ticket into the agent's message, choose the provider, and decide whether it opens a branch or a PR.
Review the run in the CloudCLI environment
The workflow does not just call a model. It runs an agent inside a persistent CloudCLI environment with the repo checked out, a shell, and the file tree. Open that same environment in the browser or your IDE to watch it work, take over, or review the branch it produced.
Start from published n8n templates
Use the templates as app-to-agent examples, then swap the trigger, remap the fields, or change the provider.
Jira to CloudCLI
Turn a new Jira ticket into a coding session with Claude Code.
Linear to CloudCLI
Start an AI coding agent from a Linear issue.
GitHub to CloudCLI
Implement an AI-ready GitHub issue and post a Telegram summary when it is done.
FAQ
Yes. @cloudcli-ai/n8n-nodes-cloud-cli is an n8n-verified community node. It can create, start, stop, and delete CloudCLI environments and execute an agent inside one, so an n8n workflow can run Claude Code or any supported coding agent as a step, with the trigger coming from Jira, Linear, GitHub, a webhook, or a schedule.
Install the verified @cloudcli-ai/n8n-nodes-cloud-cli node in n8n, add your CloudCLI API key as its credential, then use the Execute Agent operation in a workflow. Wire any trigger, such as Jira, GitHub, a schedule, or a webhook, into it. There are published templates for Jira, Linear, and GitHub you can start from.
Yes. The REST API covers creating and managing environments and executing an agent on a running one. Responses from the execute endpoint stream back as the agent works. The n8n node is built on top of this same API.
Yes, through n8n. Published templates turn a new Jira ticket or a Linear issue into a CloudCLI coding session: the issue fires the trigger, the CloudCLI node runs the agent, and the result comes back with a branch or PR.
Every API request, and the n8n node, use your CloudCLI API key in the X-API-KEY header. Create and revoke keys from the API keys page. Nothing else is required to start wiring workflows.
Put a coding agent behind your workflow
Use the REST API or n8n-verified node to trigger coding agents from the tools your team already uses.