By the end, you'll have:
- A Workspace created for your organization
- A set of Verifiable Digital Identities (DIDs) for your people, systems, and AI agents
- Your first Business Workflow (Channel) configured with participants and interactions
- The foundation in place to start measuring AI Adoption and ROI in real time
Before we touch any configuration, it's important to align on a few key ideas that Operon.Cloud is built around.
1.1 AI Adoption
AI adoption is about how often and how deeply AI is actually used in your day-to-day operations, not just where models are deployed.
In Operon terms, adoption is measured at the level of cases and interactions:
- How many of your cases involve an AI or automation participant?
- Which interactions (steps in the workflow) are performed by AI, by humans, or as hybrid?
- How does this mix change over time, across channels and teams?
Operon tracks this via the AI Adoption Mix and adoption metrics for each interaction and channel.
1.2 AI ROI (Return on AI)
AI ROI is the measurable impact AI has on your business workflows. We focus on:
- Time saved – e.g. hours or minutes reduced per case or per interaction
- Cost impact – e.g. dollars saved or added per case
- Efficiency leaders – which interactions and participants are driving the biggest improvements
Operon uses your baseline assumptions (e.g. average cost/time per case or per step) and compares them with real-time data from your workflows to compute ROI.
1.3 Business Workflows, Cases, and Steps
You'll see the following terms frequently:
Business Workflow (Channel)An end-to-end process such as "Prior Authorization", "Claims Triage", "Referral Intake", or "Customer Support Ticket Handling". In Operon this is represented as a Channel.CaseA single instance of that workflow, e.g. one prior authorization request, one claim, one referral or one ticket. All events sharing the same case ID belong to the same case.Workflow Step / InteractionIndividual actions along the way: "Request submitted", "AI triage", "Nurse review", "Final decision", etc. In Operon these are modeled as Interactions. Operating at these levels allows Operon to give you clear insights into where AI is used and what value it creates.
Operon.Cloud has a few core building blocks you'll configure early on.
2.1 Workspace
A Workspace is the top-level container for your organization or environment. It typically maps to:
- A business unit or line of business (e.g. "Payer – UM", "Provider – RevCycle"), or
- An environment (e.g. "Sandbox", "Production")
Within a workspace you'll define:
- Business Workflows (Channels)
- Digital Identities (DIDs) for participants
- ROI and adoption configuration
2.2 Digital Identities (DIDs)
Verifiable Digital Identities (DIDs) represent the actors in your workflows:
- People – clinicians, analysts, case managers, operations staff
- Systems – EHRs, BPM/orchestration platforms, integration hubs
- AI Agents / Services – LLM-powered copilots, scoring models, decision engines, automation bots
Each DID:
- Has a unique identifier
- Carries metadata (display name, type, role, owning team, etc.)
- Can sign interactions to prove who/what performed the action
These DIDs are the foundation for measuring adoption ("was this action performed by AI or a person?") and for building a verifiable audit trail.
2.3 Channels (Business Workflows)
A Channel represents a business workflow you want to observe and measure, such as:
- Prior Authorization
- Claims Triage
- Referral Intake
- Care Management Enrollment
- Customer Support Ticket Handling
Within a Channel you define:
- Which participants (DIDs) can act in this workflow
- Which interactions (workflow steps) can occur
- How cases are identified (e.g. caseId field in your payload)
2.4 Interactions (Workflow Steps)
An Interaction describes a type of event or step in your workflow, for example:
request_submittedai_triage_completednurse_review_approvedauto_approval_issuedfinal_decision_sent
For each Interaction you configure:
- The allowed participants (which DIDs can perform it)
- The payload schema (fields you will send, including case ID, timestamps, and optional metrics)
- Whether this interaction is an AI ROI Event (i.e., it has direct time/cost impact)
2.5 AI ROI Events
An AI ROI Event is a specific interaction where AI or automation is expected to change cost or time — for example:
- An AI auto-approval that replaces a manual review
- An AI model that pre-populates a form or recommendation
- A bot that performs a routing or update step
You map these events to your baseline assumptions (e.g. "manual review takes 15 minutes and costs $X") so Operon can calculate time and cost savings when AI performs them.
Once your subscription is active and you see the "Account created" confirmation:
- Sign in to the Console using the email and password you used during onboarding.
- If prompted, choose or confirm your first Workspace:
- Give it a clear, business-relevant name (e.g.
Payer – UM Pilot) - Optionally set the environment (e.g. Sandbox vs Production)
- Confirm that the Pilot plan is active for this workspace.
You now have a container where you can safely configure identities, channels, and interactions.
Tip: For your first implementation, we recommend focusing on a single workflow (Channel) and a limited set of interactions that are meaningful for AI ROI.
Next, you'll create the digital identities that represent the actors in your initial workflow.
4.1 Identify the key participants
For your first Channel, list the main participants:
- Human roles – e.g. Nurse Reviewer, Physician Reviewer, Intake Specialist
- Systems – e.g. Care Management Platform, EHR, Integration Hub
- AI / Automation – e.g. PA Auto-Approval Model, LLM Triage Assistant, Routing Bot
4.2 Create DIDs in ID.Operon
In the Console, navigate to Identities or ID.Operon and:
- Click New Digital Identity.
- Choose the Type (Person, System, or AI Agent).
- Provide key details, such as:
- Display name (e.g. Nurse Reviewer, PA Auto-Approval Model)
- Role or category
- Owning team or department
- (Optional) Associate the DID with your authentication system (e.g. email, OIDC client, service account ID) if you plan to sign events directly.
- Save the DID.
Repeat for each participant you listed.
Tip: Start with a small, representative set of identities. You can always add more as you expand adoption.
With your workspace and identities in place, you're ready to model the workflow you want to instrument.
5.1 Choose a pilot workflow
Pick one workflow where:
- AI is already in use or will be introduced soon
- You have a clear sense of current manual effort (time/cost per case)
- You have a small number of well-understood steps
Example: Prior Authorization – Auto Approval Pilot.
5.2 Create the Channel
In the Console, navigate to Channels and:
- Click New Channel.
- Enter a name and description, e.g.:
- Name: Prior Authorization – Auto Approval Pilot
- Description: Tracks PA cases where the auto-approval model triages and approves low-risk requests.
- Set the case identifier strategy:
- Choose the field that will carry your case ID in inbound events (e.g.
caseId, paId).
- Save the Channel.
5.3 Attach participants (DIDs) to the Channel
Within your new Channel:
- Navigate to Participants.
- Add the relevant DIDs you created earlier, for example:
- Nurse Reviewer
- Physician Reviewer
- PA Auto-Approval Model
- Care Management Platform
- Assign roles/permissions (who can perform which interactions, if applicable).
This tells Operon who is allowed to act in this workflow.
Now you'll define the steps in your workflow and specify which ones have ROI impact.
6.1 List your core interactions
For the chosen Channel, map out the key steps, for example:
pa_request_receivedai_auto_approval_evaluatedai_auto_approval_issuednurse_manual_review_performedfinal_decision_sent
6.2 Create Interactions
In the Channel's Interactions section:
For each interaction:
- Click New Interaction.
- Provide:
- Key (machine-readable ID, e.g.
ai_auto_approval_issued) - Display name (e.g. AI – Auto Approval Issued)
- Description (what this step represents)
- Define who can perform it by selecting allowed DIDs, for example:
ai_auto_approval_issued → allowed participant: PA Auto-Approval Modelnurse_manual_review_performed → allowed participant: Nurse Reviewer
- Define the payload schema (at minimum):
caseId – string, used to tie events to a casetimestamp – ISO8601 time when the step occurred- Optional:
durationMs, cost, and any business-specific fields
- Mark interactions that represent AI ROI Events, e.g.:
ai_auto_approval_issued – this replaces a manual review and should be flagged as an ROI event.
Save each interaction.
6.3 Configure baseline time and cost
To compute ROI, Operon needs to know the baseline effort for key interactions or cases. In the ROI/Cost configuration (workspace or channel level):
- Set baseline assumptions, such as:
- Average manual review time per case (e.g. 30 minutes)
- Average cost of a manual review (e.g. $50 per case)
- Map those baselines to specific AI ROI Events:
ai_auto_approval_issued → baseline: 30 minutes & $50
Now, when the AI participant performs that interaction, Operon can calculate time and cost savings for that case.
Before going live, it's a good idea to send a few test events through the API or SDK.
7.1 Use the SDK or API
From your integration code (or a simple script):
- Create a test case ID, e.g.
CASE-12345. - Send a sequence of interactions for that case:
pa_request_received (performed by Care Management Platform DID)ai_auto_approval_issued (performed by PA Auto-Approval Model DID)final_decision_sent (performed by Care Management Platform DID)
- Ensure each request includes the required fields:
caseIdinteractionKeyperformedByDidtimestamp
7.2 Verify in the Console
In the Console:
- Open the ROI Impact Explorer for your Channel.
- Filter by the time window where you sent test events.
- Confirm you can see:
- The AI Adoption Mix reflecting AI vs human vs hybrid cases
- The Time & Cost Savings panel with baseline and estimated savings
- Your test interactions showing up in Cost Efficiency Leaders and Time Efficiency Leaders (if configured as ROI events)
If everything looks correct, you're ready to start streaming real workflow data.
With your first workspace, identities, channel, and interactions configured, you've laid the foundation for measuring AI adoption and ROI.
From here, you can:
- Expand to additional Channels (e.g. Claims, Referrals, Care Management)
- Add more participants and interactions as new AI capabilities come online
- Configure Immutable Ledger Proofs for high-stakes workflows
- Integrate AI adoption and ROI dashboards into your internal reporting
For more detail, refer to:
Welcome to Operon.Cloud!
We're excited to see how you'll use Operon.Cloud to make your AI adoption measurable, trusted, and impactful.