Agent Studio — Orchestration Engine
Agent Studio is included as the orchestration layer of inferonIQ. Describe a workflow in plain English — get a live operational app with approvals, routing, alerts, SLAs, and AI assistants. No code required.
What You Can Build
Licensing
Agent Studio is included with every inferonIQ deployment. Customers can design and deploy intelligent apps and workflows at no additional platform cost. Production-scale automation, AI execution, connectors, and enterprise controls are governed by plan limits and usage capacity.
| Capability | Included | Scales with Usage |
|---|---|---|
| Agent Studio Builder | Yes | No |
| Workflow Templates | Yes | No |
| Approval Apps | Yes | Moderate usage |
| Scheduled Jobs | Limited | Yes |
| AI Agent Runs | Limited | Yes |
| External Actions | Limited | Yes |
| Enterprise Connectors | Plan-based | Yes |
| Audit / Compliance | Plan-based | Yes |
Example: Data Issue Approval App
Below is a complete template you can paste into Agent Studio to generate a production-ready approval app. Customize the table name, fields, and workflow rules to match your use case.
Build a "Data Issue Approval" app on top of my existing data. Source table: data_issues Fields: id, title, description, category, priority, amount, owner_email, status, created_at 1. REVIEW QUEUE Show all records where status = 'Open'. Columns: title, category, priority, amount, owner_email, created_at, status 2. DETAIL PAGE When a user opens a record, show full issue details and action buttons: - Approve → status = 'Approved' - Reject → status = 'Rejected' - Request More Info → status = 'More Info Needed' - Escalate → status = 'Escalated' 3. WORKFLOW LOGIC - New records start as Open - If priority = High and still Open for 24+ hours → auto-escalate - All status transitions follow the button actions above 4. AUDIT LOG Every action writes to an audit table: issue_id, action, old_status, new_status, user_email, comment, timestamp 5. NOTIFICATIONS - Email owner when status changes - Slack message when issue is escalated - Daily email digest of all Open and Escalated issues 6. SCHEDULED JOB Every 6 hours: check for High priority Open issues older than 24 hours → escalate 7. AI ASSISTANT Answer: "Why is this issue open?", "What changed?", "Show audit history", "Draft an email to the owner asking for more info" 8. ADMIN SETTINGS Config page: escalation hours, Slack channel, digest email recipients
This template generates: UI (review queue + detail page), backend APIs, workflow state machine, audit log table, notification handlers, scheduled job, and AI assistant instructions.
More Templates
View prompt template
View prompt template
View prompt template
View prompt template
Architecture
Ready to Build?
Agent Studio is included with every inferonIQ deployment. Open Agent Studio, paste a template, and deploy your first app in minutes.