WORKFLOWS
Chain AI agents, code steps, MCP tools, and conditional logic into pipelines that run on schedule, on webhook, on file upload, or on demand. No code required to build. Full control when you want it.
Every workflow is a sequence of steps. Mix and match AI reasoning, custom code, external tool calls, branching logic, and data transformations in a single pipeline.
Execute a pre-configured AI agent with its own system prompt, tools, and model selection. Agents run in Standard (V2) or Super (SuperV2) runtime with full tool-calling support and streaming output.
Send a direct prompt to any supported LLM without creating a separate agent. Ideal for one-off classification, summarization, or extraction tasks where a full agent definition would be overkill.
Run AI-generated or hand-written JavaScript in a secure V8 sandbox. Access fetch, JSON, Math, and Date APIs with zero LLM cost. Perfect for data parsing, API calls, and calculations between AI steps.
Invoke tools from any deployed MCP server directly in your workflow. Query databases, call REST APIs, or interact with external systems using the Model Context Protocol standard.
Execute utility tools for common operations: send emails, create Jira tickets, read and write files, or call any HTTP endpoint. Built-in actions cover the most common integration patterns out of the box.
Add branching logic with dotted-path resolution on step outputs. Route workflow execution down different paths based on AI classification results, data thresholds, or any computed value.
Reshape data between steps without writing code or consuming LLM tokens. Map fields, filter arrays, merge objects, and prepare payloads so every downstream step receives exactly the structure it expects.
When a workflow runs, you see exactly what happened at every step. Inspect inputs, outputs, timing, errors, and token usage. Retry failed steps or re-run entire workflows from the dashboard.
Every workflow run produces a detailed execution log. Expand any step to see its input payload, output data, execution duration, token count, and any errors. Identify bottlenecks and debug failures without guesswork.
Failed at step 4 of 6? Retry just that step or re-run the entire workflow from the beginning. Orckai preserves execution history so you can compare runs, track improvements, and audit every decision the system made.
Workflows execute through a reliable async job queue with built-in retry logic. Monitor queue depth, job states, and throughput via the built-in monitoring UI. Metrics feed into dashboards for production observability.
Real-world workflow pipelines that combine triggers, AI agents, code steps, MCP tools, and actions into end-to-end automations. Each runs unattended, scales across your organization, and produces auditable execution logs.
A scheduled workflow runs every 30 minutes and pulls new applications from your HR system via an MCP tool integration. An AI agent screens each resume against the job description and required qualifications, then a code step computes a weighted candidate score based on experience, skills match, and education. Finally, an action step sends a formatted notification email to the hiring manager with the top-ranked candidates and their scores.
A cron trigger fires every weekday at 9 AM and queries your CRM database through an MCP server to pull pipeline changes, new deals, and updated forecasts. An AI agent analyzes the data to summarize key movements, highlight at-risk deals, and identify upsell opportunities. A transform step formats the analysis into a polished email template, and an action step delivers the briefing to the entire sales leadership team before their morning standup.
A file-drop trigger watches a shared folder for new documents. When a contract, policy, or report lands, an AI agent reviews it against regulatory requirements pulled from the organization's knowledge base using RAG. A condition step evaluates the compliance verdict: passing documents are routed to an approval action that notifies the compliance team, while failing documents trigger an action step that flags the issues and sends the detailed findings to the legal department for remediation.
A webhook trigger receives real-time alerts from your monitoring system (Datadog, PagerDuty, Prometheus, etc.) authenticated via a secure auto-generated secret. An AI agent triages the alert severity using your organization's runbook knowledge base to determine impact and recommended actions. A code step enriches the incident with live system metrics fetched through an MCP server integration. Finally, an action step creates a Jira ticket with full context and pages the on-call engineer through your escalation channel.