Your First Workflow
JJHub workflows are TypeScript files stored in your repository under.jjhub/workflows/.
Create a Workflow File
Trigger a Run
Workflows run automatically on configured events (push, landing request opened, etc.). To manually trigger a workflow:View Runs
AI Agent Steps
Workflows can invoke AI agents as steps:Next Steps
- AI Agents Guide - BYOK, sandboxed runners, and agent workflows
- Landing Requests Guide - full LR lifecycle
- CLI Reference - all available commands