Inistate
Use cases
  • Client document collection
    Send the request once. Inistate collects the document, files it, chases what's missing, and routes for review.
  • IT service tickets
    A client pings on Slack. Inistate logs the ticket, routes it, follows up, and closes it under SLA.
  • Field service jobs
    Quote to paid. Your technician snaps a photo on site — Inistate captures parts, time, and the invoice writes itself.
  • Property maintenance
    Snap a photo of a maintenance issue. Inistate logs the job, assigns the vendor, follows up, and tracks it to done.
  • Timesheets and billable hours
    Your team logs hours against the engagement as the work happens. Inistate reviews them against budget and hands clean time to billing.
  • Browse all industries
    See ready solutions across logistics, healthcare, manufacturing, retail, and more.
Why Inistate
  • Modernise legacy systems
    Phased migration with governed AI and automation, plus on-premise deployment on your own servers
  • For teams of 50+
    Governed AI in regulated operations — what your reviewers ask for, and what the record already holds
  • The Harness
    The category Inistate defined for governed human-AI collaboration
  • The Proof
    Watch real-world inputs become tracked work — photo to workflow, message to job, spreadsheet to process
  • Actor Parity
    For developers and architects — humans, AI, and hybrid actors as peers on the same primitive
  • Operational Reasoning
    For developers and architects — the schema is the new prompt
  • Three-Clock Theory
    For analysts and investors — models are rented, the harness is owned
Solution
  • Health Care
    Audit-grade records with HIPAA-ready fields shipped natively
  • Agriculture
    Field operations, offline-first, signed by the actor — human or AI
  • Education
    Student records and approvals on one audited primitive
  • Information Technology (IT)
    Ticket lifecycle and MCP-native AI handling on the same form
  • Manufacturing
    Work orders, multi-actor execution, one audit trail across the shift
  • Retail
    Inventory and store ops with one operational source of truth across locations
  • Transportation
    Dispatch, field jobs, and proof-of-delivery on a governed state machine
  • Other
    Same primitive. Whatever you run.
Pricing
Learn
  • Video tutorials
    Step by step guidance for configuration
  • Community
    Share, learn and grow together
  • Knowledge Base
    Articles and Tutorials
  • Build with n8n
    The verified community node: give your n8n workflows state, permitted activities, forms and business history
  • Documentation
    Explore resources to navigate and use Inistate effectively
  • Support
    Help and support
  • Contact Us
    Have question? Just let us know
  • Trust Center
    Trust and security
  • Partners and Consultants
    Find Expertise for Collaborative Partnerships
  • Status
    Service status
Log In
  • Use cases
    • Client document collection
      Send the request once. Inistate collects the document, files it, chases what's missing, and routes for review.
    • IT service tickets
      A client pings on Slack. Inistate logs the ticket, routes it, follows up, and closes it under SLA.
    • Field service jobs
      Quote to paid. Your technician snaps a photo on site — Inistate captures parts, time, and the invoice writes itself.
    • Property maintenance
      Snap a photo of a maintenance issue. Inistate logs the job, assigns the vendor, follows up, and tracks it to done.
    • Timesheets and billable hours
      Your team logs hours against the engagement as the work happens. Inistate reviews them against budget and hands clean time to billing.
    • Browse all industries
      See ready solutions across logistics, healthcare, manufacturing, retail, and more.
  • Why Inistate
    • Modernise legacy systems
      Phased migration with governed AI and automation, plus on-premise deployment on your own servers
    • For teams of 50+
      Governed AI in regulated operations — what your reviewers ask for, and what the record already holds
    • The Harness
      The category Inistate defined for governed human-AI collaboration
    • The Proof
      Watch real-world inputs become tracked work — photo to workflow, message to job, spreadsheet to process
    • Actor Parity
      For developers and architects — humans, AI, and hybrid actors as peers on the same primitive
    • Operational Reasoning
      For developers and architects — the schema is the new prompt
    • Three-Clock Theory
      For analysts and investors — models are rented, the harness is owned
  • Solution
    • Health Care
      Audit-grade records with HIPAA-ready fields shipped natively
    • Agriculture
      Field operations, offline-first, signed by the actor — human or AI
    • Education
      Student records and approvals on one audited primitive
    • Information Technology (IT)
      Ticket lifecycle and MCP-native AI handling on the same form
    • Manufacturing
      Work orders, multi-actor execution, one audit trail across the shift
    • Retail
      Inventory and store ops with one operational source of truth across locations
    • Transportation
      Dispatch, field jobs, and proof-of-delivery on a governed state machine
    • Other
      Same primitive. Whatever you run.
  • Pricing
  • Learn
    • Video tutorials
      Step by step guidance for configuration
    • Community
      Share, learn and grow together
    • Knowledge Base
      Articles and Tutorials
    • Build with n8n
      The verified community node: give your n8n workflows state, permitted activities, forms and business history
    • Documentation
      Explore resources to navigate and use Inistate effectively
    • Support
      Help and support
    • Contact Us
      Have question? Just let us know
    • Trust Center
      Trust and security
    • Partners and Consultants
      Find Expertise for Collaborative Partnerships
    • Status
      Service status

Information

Name Type
Employee Text
Leave Type Selection
Start Date Date
End Date Date
Reject Reason Multiline Text
What if the schema were the prompt?

Most AI products embed operational intelligence inside prompts, runtimes, or orchestration code — all ephemeral. Inistate externalizes it into a schema: workflows, states, forms, transitions, and audit trails persisted as the operational source of truth. This page walks the schema, primitive by primitive. By the end, you'll have built one layer of the harness — the substrate humans, AI, and hybrid actors execute against.

The primitives.

The harness has five primitives: Activity, State, Information, Form, and the transition that binds them. Each requires the ones beneath it. Together they form the dependency graph — the architectural moat that no incumbent can copy without a multi-year rebuild. Here's the build order.

Walking the Leave Application — primitive by primitive.

1. Start with the Activity block

Every process begins with an activity. It's the action someone performs, whether it's contacting a lead or a manager approving a leave. On our canvas, the journey starts with create, a basic activity.

2. Move to the State block

A state acts as a status indicator, showing the current phase of a process and guiding the next steps. It's akin to real-life scenarios, like flight statuses. On our canvas, we initiate with the Draft state, symbolizing a leave request's inception.

3. Fill in the Information block

This block captures the essence of any process. It's where you list down data points like texts, dates, images, and more. For our leave application, details like:

  • Employee for the employee name who makes the requests
  • Leave Type for type of leave applied for example Annual Leave, Medical Leave or Unpaid Leave.
  • Start Date for leave start date
  • End Date for leave end date
  • Reject Reason for reason for rejection

4. Integrate Information to Activity as Form

Forms are the bridge between activities and information. They allow users to input or update values when performing an activity. On our canvas, for the create activity, we'd exclude Reject Reason as it's not relevant at this stage.

5. The inversion: Actor Parity.

The transition you just drew — Draft → Pending Approval — is actor-agnostic. A human submits it through a browser form. An AI agent submits it through MCP using the same schema. A hybrid sequence does both. Same form. Same transition. Same audit record shape. No separate API surface for AI. No separate audit pipeline. One primitive, one audit row, one governance regime — for every actor.

That's Actor Parity. It's patent-protected (US Provisional #64/045,012, filed April 21, 2026) and it's why models become interchangeable execution intelligence while the workflow stays the operational source of truth. Each action on the canvas can lead to a new state — whoever performs it.

 

6. Finalize Your Canvas Design

Voila! You've just crafted a basic leave application process using the Workflow Canvas. But remember, the canvas is flexible. As your needs evolve, you can introduce more complexities. Once satisfied, let Inistate work its magic, turning your canvas into functional tools.

What you can't see on the canvas: the audit row.

Every transition produces one history event with identical fields — by (who), on (when), changes (what), and an ai object containing reasoning, sources, model, model version, and confidence. The shape doesn't vary by actor. Compliance reporting is a query, not a reconstruction project. EU AI Act Article 14 (meaningful human oversight) and FINRA/HIPAA audit requirements map directly to fields the harness ships natively — not features added by professional services.

Dive Deeper with the Canvas

Roles, permissions, confidence gating, intention events, and AI-only / hybrid / any-actor activity types compose on top of what you just designed. Confidence below threshold? The harness flags it as an intention event and pauses for human consent — that's how the Three Laws get enforced inside the primitive. (See Actor Parity for the full mechanism stack.)

You've just built one layer of the dependency graph.

What you sketched in 6 steps, Inistate built from one sentence in Demo 6 — same Leave Application, same four-state machine, same audit trail. Models churn every 4–6 months. The schema you just walked compounds for 5–10 years. → Watch Demo 6 · Read the architecture · Build against the MCP server

Experience the power of Inistate!
No credit card needed.
app-store-black google-play-badge
About us Support Contact us
© 2026 Inistate
Terms Privacy policy Cookies policy Cookie settings