Agents run on contracts.
An agent should know what it can ask, what it will receive, what the result means, and where its authority stops.
ABOUT ANY / ANY INNOVATIONS INC.
ANY builds the contract layer for healthcare AI agents, so software can carry more of healthcare’s administrative complexity without losing the evidence, boundaries, or accountability behind the work.
Origin / Encounter Lifecycle
The first production need was specific. A Salesforce-based No Surprises Act IDR workflow needed structured claim data from UB-04 and EOB/Remit documents stored in Box.
The current ANY binding accepts a case ID and Box folder ID, resolves that evidence, and returns JSON shaped for the customer’s claim model.
Building it exposed the reusable problem beneath the integration: agents need a stable way to ask what happened, receive the same care event, and trace every material value back to its source. That pattern is the basis for any/encounter.lifecycle@1—and the beginning of the ANY contract layer.
// truth note The customer-specific binding is in production. The published generalized response is representative; it is not a normative family schema or compatibility promise.
Why ANY
Healthcare runs on human judgment, trust, and relationships. It also runs on documents, workflows, policies, and systems that force people to reconstruct the same context again and again.
ANY makes that context callable. Its contracts let agents carry bounded administrative work while keeping sources visible, uncertainty intact, and authority explicit.
ANY supports the work around care. It does not provide care, replace clinical judgment, or make an AI system human.
Operating principles
An agent should know what it can ask, what it will receive, what the result means, and where its authority stops.
Material values travel with their source context. An answer without evidence is not a trusted interface.
Missing, conflicting, and false are different states. Trustworthy systems do not manufacture certainty.
Models, infrastructure, sources, and destinations may change. Consuming agents build against declared behavior.
Identity / relationships
The legal corporation behind ANY. Any Innovations Inc. is a Nevada corporation with operations in Texas.
anyinnovations.comThe public identity of Any Innovations Inc. and the healthcare contract layer at any.health.
any.healthA distinct application being built on ANY contracts for the administrative path around No Surprises Act IDR. It is not the platform itself.
Built on ANYThe mission and story platform for people, care, and time. It expresses why the work matters; it is not a separate company or software product.
Read the storyThe platform
Encounter Lifecycle resolves what happened. Coverage State resolves what administrative coverage was in force. Together they show the platform model: event plus state, expressed as versioned objects agents can call, join, and act on within defined boundaries.
Encounter Lifecycle has a customer-specific production binding. Coverage State is a proposed contract design.