Included with Platform

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

Review Queues
Flagged records with approve/reject/escalate actions
Approval Workflows
Multi-level approvals with routing and delegation
Scheduled Jobs
Recurring checks, auto-escalation, cleanup tasks
Alert Systems
Threshold-based alerts via email, Slack, or Teams
Notification Hubs
Daily digests, status change emails, webhook triggers
AI Assistants
Contextual Q&A, audit history, email drafting
Admin Panels
Configuration pages for thresholds, channels, recipients
API Integrations
External system calls, webhooks, data sync
Automation Rules
If/then logic: auto-route, auto-escalate, auto-notify

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.

Included in All Plans
App builder canvas
Simple workflow creation
Basic approval flows
Simple review queues
Limited automations
Internal task routing
Basic notifications
Templates library
Sandbox / test workflows
Scales with Usage
High-volume workflow runs
Scheduled jobs
External API calls
Slack / email / webhook volume
Document processing
AI agent reasoning calls
Premium connectors
Advanced orchestration
Multi-step autonomous agents
Audit / compliance retention
Enterprise RBAC / SSO
Production deployments
CapabilityIncludedScales with Usage
Agent Studio BuilderYesNo
Workflow TemplatesYesNo
Approval AppsYesModerate usage
Scheduled JobsLimitedYes
AI Agent RunsLimitedYes
External ActionsLimitedYes
Enterprise ConnectorsPlan-basedYes
Audit / CompliancePlan-basedYes

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

Invoice Exception Router
Review flagged invoices, approve/reject, auto-escalate overdue items, email vendors, daily digest.
View prompt template
Build an invoice exception app with review queue, approve/reject actions, auto-escalation after 48 hours, vendor email notifications, and a daily digest of unresolved items.
Contract Renewal Tracker
Track upcoming renewals, alert stakeholders, auto-flag expiring contracts, dashboard with risk scores.
View prompt template
Build a contract renewal tracker. Source: contracts table. Show renewals in next 90 days. Alert assigned owners 30 days before expiry. Auto-flag high-value contracts. Dashboard with renewal pipeline and risk scores.
Vendor Onboarding Workflow
Multi-step vendor approval with document collection, compliance checks, and stakeholder sign-off.
View prompt template
Build a vendor onboarding workflow. Steps: submit application → compliance check → finance review → legal review → approved. Each step has an assignee, deadline, and required documents. Notify next approver when step completes. Escalate if any step exceeds 3 business days.
Expense Report Approver
Submit expenses, route by amount threshold, auto-approve under $100, manager approval above.
View prompt template
Build an expense report approval app. Employees submit expenses with amount, category, receipt. Auto-approve under $100. Route $100-$5000 to manager. Route $5000+ to finance director. Flag policy violations. Monthly summary report.

Architecture

Agent Studio generates and deploys:
React UI components (review queue, detail page, admin panel)
Next.js API routes (CRUD, status transitions, audit logging)
PostgreSQL tables (data + audit log)
Workflow state machine (status transitions, validation)
Scheduled jobs (cron-based checks, auto-escalation)
Notification handlers (email, Slack, Teams, webhooks)
AI assistant (contextual Q&A over app data)
Admin settings (configurable thresholds, channels, recipients)

Ready to Build?

Agent Studio is included with every inferonIQ deployment. Open Agent Studio, paste a template, and deploy your first app in minutes.