Proposed next action
Promote the release candidate to production.
AxiomGovernanceDecision
require_verification
The proposed production promotion crosses a proof boundary without rollback evidence.
ΛXIØM Lens
AXIØM Lens sits between your application and every model it calls, governing the request, returning a branchable decision, and recording what happened.
OpenAI-compatible · Anthropic-compatible · Local MCP tools
Product evidence
POST /v1/govern returns an AxiomGovernanceDecision the host app can branch on: decision, reason, hidden_axis, required_next_action, and system_effect.
Proposed next action
Promote the release candidate to production.
AxiomGovernanceDecision
require_verification
The proposed production promotion crosses a proof boundary without rollback evidence.
decision
require_verification
reason
The proposed production promotion crosses a proof boundary without rollback evidence.
hidden_axis
motion_without_progress
required_next_action
hold_and_request_evidence
system_effect
should_return_to_human: true
Request
received
Pre-lens
contracted
Model
routed
Governor
verified
Receipt
persisted
Governance stays separate from model choice, while every stage remains inspectable by the host application.
For developers
Branchable names live on POST /v1/govern as AxiomGovernanceDecision. Chat Completions and Messages still return axiom_governance.action as allow, warn, repair, or refuse.
curl https://api.axiomlens.com
/v1/govern \
-H "Authorization: Bearer axm_live_..." \
-H "Content-Type: application/json" \
-d '{
"current_state": {
"release": "candidate",
"evidence": "incomplete"
},
"proposed_next_action": {
"type": "promote",
"target": "production"
}
}'{
"decision": "require_verification",
"reason": "The proposed production promotion crosses a proof boundary without rollback evidence.",
"hidden_axis": "motion_without_progress",
"required_next_action": "hold_and_request_evidence",
"system_effect": {
"should_continue": false,
"should_call_model": false,
"should_call_tools": false,
"should_return_to_human": true
}
}2
API formats
OpenAI and Anthropic compatible
2 + 1
Route policies
Consensus and Managed live; BYOK staged
4
Chat actions
allow, warn, repair, refuse
2
Integration surfaces
Hosted HTTP API and local MCP tools
Commercial access
Consensus and Managed Frontier execute through the hosted kernel today. BYOK storage is ready, but execution stays blocked until the kernel can retrieve credentials without exposing them.
BYOK staging
Owners can encrypt and stage provider credentials now. The hosted kernel does not retrieve or use them yet, so BYOK calls remain disabled.
Managed Frontier
Run through AXIØM-managed routing under your plan allowance, with quota enforcement and attributed usage visible in Billing.
Hosted API calls write team-scoped receipts. MCP runs separately in the environment you configure and does not automatically write to the portal ledger.