Solarion AI ™ · Compute Passport ™ technical system

Passports

Agent, model, workload, compute and policy objects — the fields each one carries and the decision each field supports.

CompanySolarion AI ™
ProductCompute Passport ™
StatusMVP
Edition2026
IssuerSolarion AI Systems ™
Agent passport

A persistent identity for an AI actor with bounded authority.

The agent passport binds the declared agent to a CPID, sponsor, purpose, model, workload, tools, policy and revocation path. Authentication is the beginning of the check, not the end of it.

Control outcome

An agent can be fully authenticated and still be denied a material action when its task, model, workload, data boundary, destination, delegated authority, CPID status or evidence pipeline does not match the passport.

Identity

cpid · issuer · sponsor · tenant · aliases

Purpose

business function · approved task classes · environment

Authority

on-behalf-of · delegated · autonomous · ceiling · expiry

Model binding

provider · model · version · assurance profile

Tool scope

allowlist · action limits · destination limits · rate limits

Lifecycle

commissioned · active · suspended · retired · compromised

Model passport

Make model selection visible, versioned and policy-bound.

Object groupRepresentative fieldsDecision purpose
Identityprovider · model · version · endpoint · artifact hashResolve the model actually invoked.
Purposeapproved uses · prohibited uses · task class · ownerPrevent silent repurposing.
Assurancesystem card · tests · limitations · approval statusExpose known capability and reliability boundaries.
Data contexttraining disclosure · retrieval sources · sensitivitySupport provenance and data-policy decisions.
Runtime policyregion · logging · output handling · human reviewApply contextual obligations.
Change controlversion history · material-change trigger · expiryForce re-authorization after significant change.
Workload and compute

Identity for AI cannot stop at the model.

Runtime trust depends on the workload image, orchestrator, region, network, keys, compute and attestation context. A valid execution binds agent, model, workload, compute and tool to one signed decision and one evidence chain.

Binding rule

Any mismatch in model, workload image, region, CPID status, tool destination or data class can invalidate the action — not warn about it.

Workload passport

image digest · build · SBOM · owner · orchestrator · namespace · service account

Compute passport

cloud · account · region · cluster · node · GPU · network zone · residency

Execution context

session · tool · data class · policy · timestamp · evidence ref · attestation claims

Policy passport

Translate institutional intent into machine-enforceable obligations.

Actor

agent · sponsor · delegation · cpid

Action

task · tool call · state change

Target

system · record · endpoint · resource

Context

model · workload · region · data

Conditions

time · amount · sensitivity · status

Obligations

approval · logging · isolation · expiry

Illustrative decision
WHEN  agent.purpose = "case-assistance" AND data.classification = "protected"
REQUIRE cpid.status = active
        approved_model = true
        workload.region IN allowed_regions
        workload.attestation = valid
        human_approval = true
        evidence_pipeline = healthy
ELSE  restrict AND escalate
Authority model
Authority typeSourceOperating limit
On-behalf-ofLive human sessionCannot exceed the current human principal or session validity.
DelegatedNamed sponsor, bounded delegationMay continue after the user steps away; still bound by scope, ceiling and expiry.
Autonomous workloadCommissioning policyNo live session required; authority controlled from commissioning through retirement.
Sub-agentParent agent plus delegation recordReceives only the minimum subset of authority the delegated task requires.
Lifecycle rule

Material changes to sponsor, purpose, model, tool set, workload, region, data class, cryptographic key or authority trigger impact review and, where required, re-issuance.